Home
last modified time | relevance | path

Searched refs:KEY_MESSAGE (Results 1 – 4 of 4) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DIncomingMessageView.java39 static final public String KEY_MESSAGE = "message"; field in IncomingMessageView
50 getIntent().getCharSequenceExtra(KEY_MESSAGE)); in onCreate()
DIncomingMessageInterstitial.java57 CharSequence msg = getIntent().getCharSequenceExtra(IncomingMessageView.KEY_MESSAGE); in switchToApp()
DIncomingMessage.java91 intents[3].putExtra(IncomingMessageView.KEY_MESSAGE, msg); in makeMessageIntentStack()
171 intent.putExtra(IncomingMessageView.KEY_MESSAGE, message); in showInterstitialNotification()
/development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
DAppRestrictionSchemaFragment.java50 private static final String KEY_MESSAGE = "message"; field in AppRestrictionSchemaFragment
110 } 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()