| /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()  local60         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/telephony/current/mockmodem/src/android/telephony/mockmodem/ | 
| D | MockModemConfigInterface.java | 108     void setRadioState(int logicalSlotId, int state, String client);  in setRadioState()160     boolean getCurrentCalls(int logicalSlotId, String client);  in getCurrentCalls()
 173             int logicalSlotId, String address, int clir, UusInfo[] uusInfo, String client);  in dialVoiceCall()
 192             String client);  in dialVoiceCall()
 206             int categories, String[] urns, int routing, String client);  in dialEccVoiceCall()
 222             MockCallControlInfo callControlInfo, String client);  in dialEccVoiceCall()
 232     boolean hangupVoiceCall(int logicalSlotId, int index, String client);  in hangupVoiceCall()
 241     boolean rejectVoiceCall(int logicalSlotId, String client);  in rejectVoiceCall()
 250     boolean acceptVoiceCall(int logicalSlotId, String client);  in acceptVoiceCall()
 259     LastCallFailCauseInfo getLastCallFailCause(int logicalSlotId, String client);  in getLastCallFailCause()
 [all …]
 
 | 
| D | MockModemConfigBase.java | 957     public void setRadioState(int logicalSlotId, int state, String client) {  in setRadioState()971     public boolean getCurrentCalls(int logicalSlotId, String client) {  in getCurrentCalls()
 978             int logicalSlotId, String address, int clir, UusInfo[] uusInfo, String client) {  in dialVoiceCall()
 989             String client) {  in dialVoiceCall()
 1017             String client) {  in dialEccVoiceCall()
 1030             String client) {  in dialEccVoiceCall()
 1047     public boolean hangupVoiceCall(int logicalSlotId, int index, String client) {  in hangupVoiceCall()
 1055     public boolean rejectVoiceCall(int logicalSlotId, String client) {  in rejectVoiceCall()
 1061     public boolean acceptVoiceCall(int logicalSlotId, String client) {  in acceptVoiceCall()
 1067     public LastCallFailCauseInfo getLastCallFailCause(int logicalSlotId, String client) {  in getLastCallFailCause()
 [all …]
 
 | 
| /cts/tests/tests/uirendering27/src/android/uirendering/cts/testclasses/ | 
| D | BitmapBlendModeTest.java | 52         BitmapBlendModeCanvasClient client = new BitmapBlendModeCanvasClient(  in testClearBlendMode()  local66         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()  local65         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()  local98         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/quickaccesswallet/src/android/quickaccesswallet/cts/ | 
| D | QuickAccessWalletClientTest.java | 123         QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext);  in testIsWalletServiceAvailable_returnsFalseIfNoServiceAvailable()  local129         QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext);  in testIsWalletFeatureAvailableWhenDeviceLocked_checksSecureSettings()  local
 153         QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext);  in testGetWalletPendingIntent_serviceWithOverride_notNull_ableToSend()  local
 181         QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext);  in testGetWalletPendingIntent_serviceWithNoOverride_isNull()  local
 192         QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext);  in testGetWalletCards_success()  local
 208         QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext);  in testGetWalletCards_failsIfNoServiceAvailable()  local
 225         QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext);  in testGetWalletCards_failsIfServiceDoesNotRequirePermission()  local
 431         QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext);  in testAddListener_sendEvent_success()  local
 446         QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext);  in testRemoveListener_sendEvent_shouldNotBeDelivered()  local
 464         QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext);  in testDisconnect_shouldClearListenersAndDisconnect()  local
 [all …]
 
 | 
| /cts/tests/tests/webkit/src/android/webkit/cts/ | 
| D | HttpAuthHandlerTest.java | 148         ProceedHttpAuthClient client = new ProceedHttpAuthClient(1, WRONG_USERNAME, WRONG_PASSWORD);  in incorrectCredentialsAccessDenied()  local160         ProceedHttpAuthClient client = new ProceedHttpAuthClient(1, null, null);  in missingCredentialsAccessDenied()  local
 172 …   ProceedHttpAuthClient client = new ProceedHttpAuthClient(1, CORRECT_USERNAME, CORRECT_PASSWORD);  in correctCredentialsAccessGranted()  local
 196         CancelHttpAuthClient client = new CancelHttpAuthClient();  in testCancel()  local
 211         ProceedHttpAuthClient client = new ProceedHttpAuthClient(1, WRONG_USERNAME, WRONG_PASSWORD);  in testUseHttpAuthUsernamePassword()  local
 
 | 
| D | WebViewRenderProcessClientTest.java | 162         WebViewRenderProcessClient client = new WebViewRenderProcessClient() {  in testWebViewRenderProcessClientOnExecutor()  local
 | 
| /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()  local137         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 | 52     private List<Intent> launchShortcutAndGetIntents(Context launcher, Context client,  in launchShortcutAndGetIntents()58     private List<Intent> launchShortcutAndGetIntents(Context launcher, Context client,  in launchShortcutAndGetIntents()
 75     private void assertShortcutStarts(Context launcher, Context client, String id,  in assertShortcutStarts()
 82     private void assertShortcutCantStart(Context launcher, Context client, String id,  in assertShortcutCantStart()
 
 | 
| /cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/ | 
| D | poc.cpp | 211 static bool checkMessage(InputChannel& server, InputChannel& client, InputMessage::Type type) {  in checkMessage()256     std::unique_ptr<InputChannel> server, client;  in main()  local
 
 | 
| /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 | 138         try (TestJournalClient client = TestJournalClient.create(activity,  in putActivityCallback()157         try (TestJournalClient client = TestJournalClient.create(context, owner)) {  in putExtras()
 203         public TestJournalClient(ContentProviderClient client, String owner) {  in TestJournalClient()
 263             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 | 62   OMXClient client;  in fuzzIOMXQcomEnc()  local
 | 
| /cts/tests/tests/media/misc/src/android/media/misc/cts/ | 
| D | MediaScannerConnectionTest.java | 117         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
 |