Home
last modified time | relevance | path

Searched defs:client (Results 1 – 25 of 58) sorted by relevance

123

/cts/tests/tests/appop/aidl/AppOpsUserService/src/android/app/appops/cts/
DIAppOpsUserService.aidl22 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/
DNativeWifiClientTest.java52 NativeWifiClient client = new NativeWifiClient(MacAddress.fromBytes(TEST_MAC)); in testGetters() local
59 NativeWifiClient client = new NativeWifiClient(MacAddress.fromBytes(TEST_MAC)); in canSerializeAndDeserialize() local
74 NativeWifiClient client = new NativeWifiClient(MacAddress.fromBytes(TEST_MAC)); in testEquals() local
/cts/tests/tests/car_permission_tests/src/android/car/cts/permissiontest/watchdog/
DCarWatchdogManagerPermissionTest.java65 CarWatchdogManager.CarWatchdogClientCallback client = in testRegisterClient() local
76 CarWatchdogManager.CarWatchdogClientCallback client = in testUnregisterClient() local
80 mCarWatchdogManager.registerClient(mContext.getMainExecutor(), client, in testUnregisterClient() local
91 CarWatchdogManager.CarWatchdogClientCallback client = in testTellClientAlive() local
109 mCarWatchdogManager.registerClient(mContext.getMainExecutor(), client, in testTellClientAlive() local
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockModemConfigInterface.java122 void setRadioState(int logicalSlotId, int state, String client); in setRadioState()
174 boolean getCurrentCalls(int logicalSlotId, String client); in getCurrentCalls()
187 int logicalSlotId, String address, int clir, UusInfo[] uusInfo, String client); in dialVoiceCall()
206 String client); in dialVoiceCall()
220 int categories, String[] urns, int routing, String client); in dialEccVoiceCall()
236 MockCallControlInfo callControlInfo, String client); in dialEccVoiceCall()
246 boolean hangupVoiceCall(int logicalSlotId, int index, String client); in hangupVoiceCall()
255 boolean rejectVoiceCall(int logicalSlotId, String client); in rejectVoiceCall()
264 boolean acceptVoiceCall(int logicalSlotId, String client); in acceptVoiceCall()
273 LastCallFailCauseInfo getLastCallFailCause(int logicalSlotId, String client); in getLastCallFailCause()
[all …]
DMockModemConfigBase.java1003 public void setRadioState(int logicalSlotId, int state, String client) { in setRadioState()
1017 public boolean getCurrentCalls(int logicalSlotId, String client) { in getCurrentCalls()
1024 int logicalSlotId, String address, int clir, UusInfo[] uusInfo, String client) { in dialVoiceCall()
1035 String client) { in dialVoiceCall()
1063 String client) { in dialEccVoiceCall()
1076 String client) { in dialEccVoiceCall()
1093 public boolean hangupVoiceCall(int logicalSlotId, int index, String client) { in hangupVoiceCall()
1101 public boolean rejectVoiceCall(int logicalSlotId, String client) { in rejectVoiceCall()
1107 public boolean acceptVoiceCall(int logicalSlotId, String client) { in acceptVoiceCall()
1113 public LastCallFailCauseInfo getLastCallFailCause(int logicalSlotId, String client) { in getLastCallFailCause()
[all …]
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DBitmapBlendModeTest.java51 BitmapBlendModeCanvasClient client = new BitmapBlendModeCanvasClient( in testClearBlendMode() local
65 BitmapBlendModeCanvasClient client = new BitmapBlendModeCanvasClient( in testDstOutBlendMode() local
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testclasses/
DBitmapBlendModeTest.java52 BitmapBlendModeCanvasClient client = new BitmapBlendModeCanvasClient( in testClearBlendMode() local
66 BitmapBlendModeCanvasClient client = new BitmapBlendModeCanvasClient( in testDstOutBlendMode() local
/cts/hostsidetests/hdmicec/app/src/android/hdmicec/app/
DHdmiControlManagerHelper.java77 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/
DHttpAuthHandlerTest.java148 ProceedHttpAuthClient client = new ProceedHttpAuthClient(1, WRONG_USERNAME, WRONG_PASSWORD); in incorrectCredentialsAccessDenied() local
160 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
DWebViewRenderProcessClientTest.java162 WebViewRenderProcessClient client = new WebViewRenderProcessClient() { in testWebViewRenderProcessClientOnExecutor() local
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/
DQuickAccessWalletClientTest.java141 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testIsWalletServiceAvailable_returnsFalseIfNoServiceAvailable() local
147 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testIsWalletFeatureAvailableWhenDeviceLocked_checksSecureSettings() local
171 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testGetWalletPendingIntent_serviceWithOverride_notNull_ableToSend() local
199 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testGetWalletPendingIntent_serviceWithNoOverride_isNull() local
210 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testGetWalletCards_success() local
226 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testGetWalletCards_failsIfNoServiceAvailable() local
243 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testGetWalletCards_failsIfServiceDoesNotRequirePermission() local
449 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testAddListener_sendEvent_success() local
464 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testRemoveListener_sendEvent_shouldNotBeDelivered() local
482 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testDisconnect_shouldClearListenersAndDisconnect() local
[all …]
/cts/tests/apppredictionservice/src/android/apppredictionservice/cts/
DAppPredictionServiceTest.java107 AppPredictor client = createTestPredictor(context); in testCreateDestroySession() local
147 AppPredictor client = createTestPredictor(context); in testRegisterPredictionUpdatesLifecycle() local
180 AppPredictor client = createTestPredictor(context); in testAppTargetEvent() local
201 AppPredictor client = createTestPredictor(context); in testNotifyLocationShown() local
221 AppPredictor client = createTestPredictor(context); in testSortTargets() local
246 AppPredictor client = createTestPredictor(context); in testRequestServiceFeatures() local
/cts/tests/inputmethod/mockspellchecker/src/com/android/cts/mockspellchecker/
DMockSpellCheckerClient.kt41 val client = MockSpellCheckerClient(context) in create() constant
/cts/tests/framework/base/grammaticalinflection/src/android/grammaticalinflection/cts/
DGrammaticalInflectionBaseActivity.java32 final ContentProviderClient client = this.getContentResolver() in createTestJournalClient() local
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerStartShortcutTest.java53 private List<Intent> launchShortcutAndGetIntents(Context launcher, Context client, in launchShortcutAndGetIntents()
59 private List<Intent> launchShortcutAndGetIntents(Context launcher, Context client, in launchShortcutAndGetIntents()
76 private void assertShortcutStarts(Context launcher, Context client, String id, in assertShortcutStarts()
83 private void assertShortcutCantStart(Context launcher, Context client, String id, in assertShortcutCantStart()
/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/
Dpoc.cpp211 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/
Dpoc.c26 __u32 client; member
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTestJournalProvider.java138 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/app/app/src/android/app/stubs/
DReceiver_getBindingUidImportance.java102 try (var client = context.getContentResolver().acquireContentProviderClient(AUTHORITY)) { in doTestProvider()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/activity/lifecycle/
DEventLog.java117 public EventLogClient(ContentProviderClient client, String tag) { in EventLogClient()
150 final ContentProviderClient client = context.getContentResolver() in create() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2482/
Dpoc.cpp59 OMXClient client; in fuzzIOMXSetParameterChangeCount() local
/cts/tests/app/src/android/app/cts/
DAttributionTagsTest.java126 try (ContentProviderClient client = mContext.getContentResolver() in assertAttributionTag()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3746/
Dpoc.cpp47 OMXClient client; in fuzzIOMXQcomVpx() local
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaScannerConnectionTest.java119 public MockMediaScannerConnection(Context context, MediaScannerConnectionClient client) { in MockMediaScannerConnection()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3747/
Dpoc.cpp62 OMXClient client; in fuzzIOMXQcomEnc() local

123