Home
last modified time | relevance | path

Searched refs:KEY_MSG (Results 1 – 2 of 2) sorted by relevance

/development/samples/InlineFillService/src/com/example/android/inlinefillservice/
DAttributionDialogActivity.java31 static final String KEY_MSG = "AttributionDialogActivity:msg"; field in AttributionDialogActivity
41 msg = intent.getStringExtra(KEY_MSG); in onCreate()
DInlineRequestHelper.java127 intent.putExtra(AttributionDialogActivity.KEY_MSG, msg); in createAttribution()