Home
last modified time | relevance | path

Searched defs:payload (Results 1 – 6 of 6) sorted by relevance

/development/samples/training/testingfun/app/src/com/example/android/testingfun/lesson4/
DNextActivity.java45 public static Intent makeIntent(Context context, String payload) { in makeIntent()
/development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson4/
DLaunchActivityTest.java88 final String payload = launchIntent.getStringExtra(NextActivity.EXTRAS_PAYLOAD_KEY); in testNextActivityWasLaunchedWithIntent() local
/development/samples/ReceiveContentDemo/src/com/example/android/receivecontent/
DUtils.java35 public static Pair<ContentInfo, ContentInfo> partition(ContentInfo payload, in partition()
DMyReceiver.java87 private void receive(@NonNull Context context, @NonNull ContentInfo payload) { in receive()
/development/samples/VoiceInteractionService/src/com/example/android/voiceinteractor/
DSampleHotwordDetectionService.java139 private int getKeyphraseId(AlwaysOnHotwordDetector.EventPayload payload) { in getKeyphraseId()
/development/tools/ota_analysis/src/services/
Dpayload.js59 constructor(payload, contentType = "") { argument