Home
last modified time | relevance | path

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

/cts/tests/tests/view/receivecontent/src/android/view/cts/receivecontent/
DContentInfoTest.java63 ContentInfo payload = new ContentInfo.Builder(clip, SOURCE_CLIPBOARD) in testPartition_multipleItems() local
100 ContentInfo payload = new ContentInfo.Builder(clip, SOURCE_CLIPBOARD) in testPartition_singleItem() local
165 ContentInfo payload = new ContentInfo.Builder(clip, SOURCE_CLIPBOARD).build(); in testReleasePermissions() local
175 ContentInfo payload = new ContentInfo.Builder(clip, SOURCE_INPUT_METHOD) in testReleasePermissions_ime() local
186 ContentInfo payload = new ContentInfo.Builder(clip, SOURCE_INPUT_METHOD) in testReleasePermissions_ime_afterCopy() local
203 ContentInfo payload = new ContentInfo.Builder(clip, SOURCE_DRAG_AND_DROP) in testReleasePermissions_dragAndDrop() local
214 ContentInfo payload = new ContentInfo.Builder(clip, SOURCE_DRAG_AND_DROP) in testReleasePermissions_dragAndDrop_afterCopy() local
263 ContentInfo payload = new ContentInfo.Builder(clip, SOURCE_INPUT_METHOD) in testParcel_imePermissionsMetadata() local
273 private static ContentInfo parcelAndUnparcel(ContentInfo payload) { in parcelAndUnparcel()
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
DCommReceiver.java57 protected byte[] responseToBytes(Payload payload) { in responseToBytes()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DAbstractUserAuthenticationSignatureTest.java59 void doKeystoreOperation(byte[] payload) throws Exception { in doKeystoreOperation()
DAbstractUserAuthenticationCipherTest.java60 void doKeystoreOperation(byte[] payload) throws Exception { in doKeystoreOperation()
DAbstractUserAuthenticationMacTest.java55 void doKeystoreOperation(byte[] payload) throws Exception { in doKeystoreOperation()
DAbstractUserAuthenticationTest.java99 abstract void doKeystoreOperation(byte[] payload) throws Exception; in doKeystoreOperation()
270 int allowedAuthenticators, boolean shouldKeyBeUsable, byte[] payload, in testCredentialBoundEncryption()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-30351/src/android/security/cts/CVE_2021_30351/
DMainActivity.java98 String payload = in onCreate() local
/cts/hostsidetests/wifibroadcasts/src/android/wifibroadcasts/cts/
DWifiBroadcastsHostJUnit4Test.java158 String payload = line.split(":")[1].trim(); in testCleanLogcat() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hcef/
DHceFReaderActivity.java58 static byte[] createEchoCommand(byte[] nfcid2, byte[] payload) { in createEchoCommand()
/cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/
DCommReceiver.java120 protected byte[] responseToBytes(Payload payload) { in responseToBytes()
/cts/tests/uwb/src/android/uwb/cts/
DUwbManagerTest.java431 public byte[] payload; field in UwbManagerTest.UwbVendorUciCallback
441 public void onVendorUciResponse(int gid, int oid, byte[] payload) { in onVendorUciResponse()
449 public void onVendorUciNotification(int gid, int oid, byte[] payload) { in onVendorUciNotification()
/cts/tests/framework/base/windowmanager/dndtargetapp/src/android/server/wm/dndtargetapp/
DDropTarget.java350 public ContentInfo onReceiveContent(View view, ContentInfo payload) { in onReceiveContent()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewReceiveContentTest.java800 ContentInfo payload = in onReceive() local