/cts/tests/tests/appop/aidl/AppOpsUserService/src/android/app/appops/cts/ |
D | IAppOpsUserService.aidl | 22 void disableCollectorAndCallSyncOpsWhichWillNotBeCollected(in IAppOpsUserClient client); in disableCollectorAndCallSyncOpsWhichWillNotBeCollected() 23 void disableCollectorAndCallASyncOpsWhichWillBeCollected(in IAppOpsUserClient client); in disableCollectorAndCallASyncOpsWhichWillBeCollected() 24 void callApiThatNotesSyncOpAndCheckLog(in IAppOpsUserClient client); in callApiThatNotesSyncOpAndCheckLog() 25 void callApiThatNotesSyncOpAndClearLog(in IAppOpsUserClient client); in callApiThatNotesSyncOpAndClearLog() 26 void callApiThatNotesSyncOpWithAttributionAndCheckLog(in IAppOpsUserClient client); in callApiThatNotesSyncOpWithAttributionAndCheckLog() 27 void callApiThatCallsBackIntoServiceAndCheckLog(in IAppOpsUserClient client); in callApiThatCallsBackIntoServiceAndCheckLog() 28 void callApiThatNotesSyncOpFromNativeCodeAndCheckLog(in IAppOpsUserClient client); in callApiThatNotesSyncOpFromNativeCodeAndCheckLog() 29 void callApiThatNotesSyncOpFromNativeCodeAndCheckMessage(in IAppOpsUserClient client); in callApiThatNotesSyncOpFromNativeCodeAndCheckMessage() 30 void callApiThatNotesSyncOpAndCheckStackTrace(in IAppOpsUserClient client); in callApiThatNotesSyncOpAndCheckStackTrace() 31 void callApiThatNotesNonPermissionSyncOpAndCheckLog(in IAppOpsUserClient client); in callApiThatNotesNonPermissionSyncOpAndCheckLog() [all …]
|
/cts/tests/tests/wifi/src/android/net/wifi/nl80211/cts/ |
D | NativeWifiClientTest.java | 53 NativeWifiClient client = new NativeWifiClient(MacAddress.fromBytes(TEST_MAC)); in testGetters() local 60 NativeWifiClient client = new NativeWifiClient(MacAddress.fromBytes(TEST_MAC)); in canSerializeAndDeserialize() local 75 NativeWifiClient client = new NativeWifiClient(MacAddress.fromBytes(TEST_MAC)); in testEquals() local
|
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testclasses/ |
D | BitmapBlendModeTest.java | 52 BitmapBlendModeCanvasClient client = new BitmapBlendModeCanvasClient( in testClearBlendMode() local 66 BitmapBlendModeCanvasClient client = new BitmapBlendModeCanvasClient( in testDstOutBlendMode() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | BitmapBlendModeTest.java | 51 BitmapBlendModeCanvasClient client = new BitmapBlendModeCanvasClient( in testClearBlendMode() local 65 BitmapBlendModeCanvasClient client = new BitmapBlendModeCanvasClient( in testDstOutBlendMode() local
|
/cts/hostsidetests/hdmicec/app/src/android/hdmicec/app/ |
D | HdmiControlManagerHelper.java | 77 HdmiTvClient client = mHdmiControlManager.getTvClient(); in deviceSelect() local 98 HdmiClient client = mHdmiControlManager.getPlaybackClient(); in interruptedLongPress() local 124 HdmiClient client = mHdmiControlManager.getPlaybackClient(); in vendorCmdListenerWithId() local 144 HdmiClient client = mHdmiControlManager.getPlaybackClient(); in vendorCmdListenerWithoutId() local
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | HttpAuthHandlerTest.java | 114 ProceedHttpAuthClient client = new ProceedHttpAuthClient(1, WRONG_USERNAME, WRONG_PASSWORD); in incorrectCredentialsAccessDenied() local 126 ProceedHttpAuthClient client = new ProceedHttpAuthClient(1, null, null); in missingCredentialsAccessDenied() local 138 … ProceedHttpAuthClient client = new ProceedHttpAuthClient(1, CORRECT_USERNAME, CORRECT_PASSWORD); in correctCredentialsAccessGranted() local 168 CancelHttpAuthClient client = new CancelHttpAuthClient(); in testCancel() local 186 ProceedHttpAuthClient client = new ProceedHttpAuthClient(1, WRONG_USERNAME, WRONG_PASSWORD); in testUseHttpAuthUsernamePassword() local
|
D | WebViewRenderProcessClientTest.java | 129 WebViewRenderProcessClient client = new WebViewRenderProcessClient() { in testWebViewRenderProcessClientOnExecutor() local
|
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/ |
D | QuickAccessWalletClientTest.java | 120 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testIsWalletServiceAvailable_returnsFalseIfNoServiceAvailable() local 126 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testIsWalletFeatureAvailableWhenDeviceLocked_checksSecureSettings() local 150 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testGetWalletPendingIntent_serviceWithOverride_notNull_ableToSend() local 178 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testGetWalletPendingIntent_serviceWithNoOverride_isNull() local 189 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testGetWalletCards_success() local 205 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testGetWalletCards_failsIfNoServiceAvailable() local 222 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testGetWalletCards_failsIfServiceDoesNotRequirePermission() local 398 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testAddListener_sendEvent_success() local 413 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testRemoveListener_sendEvent_shouldNotBeDelivered() local 431 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testDisconnect_shouldClearListenersAndDisconnect() local [all …]
|
/cts/tests/inputmethod/mockspellchecker/src/com/android/cts/mockspellchecker/ |
D | MockSpellCheckerClient.kt | 41 val client = MockSpellCheckerClient(context) in create() constant
|
/cts/tests/apppredictionservice/src/android/apppredictionservice/cts/ |
D | AppPredictionServiceTest.java | 98 AppPredictor client = createTestPredictor(context); in testCreateDestroySession() local 137 AppPredictor client = createTestPredictor(context); in testRegisterPredictionUpdatesLifecycle() local 170 AppPredictor client = createTestPredictor(context); in testAppTargetEvent() local 191 AppPredictor client = createTestPredictor(context); in testNotifyLocationShown() local 211 AppPredictor client = createTestPredictor(context); in testSortTargets() local
|
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
D | ShortcutManagerStartShortcutTest.java | 51 private List<Intent> launchShortcutAndGetIntents(Context launcher, Context client, in launchShortcutAndGetIntents() 57 private List<Intent> launchShortcutAndGetIntents(Context launcher, Context client, in launchShortcutAndGetIntents() 74 private void assertShortcutStarts(Context launcher, Context client, String id, in assertShortcutStarts() 81 private void assertShortcutCantStart(Context launcher, Context client, String id, in assertShortcutCantStart()
|
/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/ |
D | poc.cpp | 209 static bool checkMessage(InputChannel& server, InputChannel& client, InputMessage::Type type) { in checkMessage() 254 std::unique_ptr<InputChannel> server, client; in main() local
|
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | MockModemConfigInterface.java | 110 void setRadioState(int state, String client); in setRadioState() 118 boolean isSimCardPresent(String client); in isSimCardPresent() 126 void changeSimProfile(int simProfileId, String client); in changeSimProfile() 135 void setSimInfo(int type, String[] data, String client); in setSimInfo() 144 String getSimInfo(int type, String client); in getSimInfo()
|
D | MockModemConfigBase.java | 594 public void setRadioState(int state, String client) { in setRadioState() 614 public boolean isSimCardPresent(String client) { in isSimCardPresent() 624 public void changeSimProfile(int simprofileid, String client) { in changeSimProfile() 633 public void setSimInfo(int type, String[] data, String client) { in setSimInfo() 643 public String getSimInfo(int type, String client) { in getSimInfo()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0334/ |
D | poc.c | 26 __u32 client; member
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | TestJournalProvider.java | 126 try (TestJournalClient client = TestJournalClient.create(activity, in putActivityCallback() 145 try (TestJournalClient client = TestJournalClient.create(context, owner)) { in putExtras() 191 public TestJournalClient(ContentProviderClient client, String owner) { in TestJournalClient() 233 final ContentProviderClient client = context.getContentResolver() in create() local
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/lifecycle/ |
D | EventLog.java | 117 public EventLogClient(ContentProviderClient client, String tag) { in EventLogClient() 150 final ContentProviderClient client = context.getContentResolver() in create() local
|
/cts/tests/app/src/android/app/cts/ |
D | AttributionTagsTest.java | 126 try (ContentProviderClient client = mContext.getContentResolver() in assertAttributionTag()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2482/ |
D | poc.cpp | 59 OMXClient client; in fuzzIOMXSetParameterChangeCount() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3746/ |
D | poc.cpp | 47 OMXClient client; in fuzzIOMXQcomVpx() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3747/ |
D | poc.cpp | 63 OMXClient client; in fuzzIOMXQcomEnc() local
|
/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | MediaScannerConnectionTest.java | 119 public MockMediaScannerConnection(Context context, MediaScannerConnectionClient client) { in MockMediaScannerConnection()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6733/ |
D | local_pwn.h | 48 __u32 client; member
|
D | poc.c | 61 __u32 client; member
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6732/ |
D | poc.c | 62 __u32 client; member
|