Searched refs:KEY_MESSAGE (Results 1 – 4 of 4) sorted by relevance
39 static final public String KEY_MESSAGE = "message"; field in IncomingMessageView50 getIntent().getCharSequenceExtra(KEY_MESSAGE)); in onCreate()
57 CharSequence msg = getIntent().getCharSequenceExtra(IncomingMessageView.KEY_MESSAGE); in switchToApp()
91 intents[3].putExtra(IncomingMessageView.KEY_MESSAGE, msg); in makeMessageIntentStack()171 intent.putExtra(IncomingMessageView.KEY_MESSAGE, message); in showInterstitialNotification()
50 private static final String KEY_MESSAGE = "message"; field in AppRestrictionSchemaFragment110 } else if (key.equals(KEY_MESSAGE)) { in resolveRestrictions()138 if (restrictions == null || !restrictions.containsKey(KEY_MESSAGE)) { in updateMessage()141 mMessage = restrictions.getString(KEY_MESSAGE); in updateMessage()