Home
last modified time | relevance | path

Searched defs:client (Results 1 – 25 of 54) 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.java53 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/
DBitmapBlendModeTest.java52 BitmapBlendModeCanvasClient client = new BitmapBlendModeCanvasClient( in testClearBlendMode() local
66 BitmapBlendModeCanvasClient client = new BitmapBlendModeCanvasClient( in testDstOutBlendMode() local
/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/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.java114 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
DWebViewRenderProcessClientTest.java129 WebViewRenderProcessClient client = new WebViewRenderProcessClient() { in testWebViewRenderProcessClientOnExecutor() local
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/
DQuickAccessWalletClientTest.java120 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/
DMockSpellCheckerClient.kt41 val client = MockSpellCheckerClient(context) in create() constant
/cts/tests/apppredictionservice/src/android/apppredictionservice/cts/
DAppPredictionServiceTest.java98 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/
DShortcutManagerStartShortcutTest.java51 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/
Dpoc.cpp209 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/
DMockModemConfigInterface.java110 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()
DMockModemConfigBase.java594 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/
Dpoc.c26 __u32 client; member
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTestJournalProvider.java126 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/
DEventLog.java117 public EventLogClient(ContentProviderClient client, String tag) { in EventLogClient()
150 final ContentProviderClient client = context.getContentResolver() in create() local
/cts/tests/app/src/android/app/cts/
DAttributionTagsTest.java126 try (ContentProviderClient client = mContext.getContentResolver() in assertAttributionTag()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2482/
Dpoc.cpp59 OMXClient client; in fuzzIOMXSetParameterChangeCount() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3746/
Dpoc.cpp47 OMXClient client; in fuzzIOMXQcomVpx() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3747/
Dpoc.cpp63 OMXClient client; in fuzzIOMXQcomEnc() 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-6733/
Dlocal_pwn.h48 __u32 client; member
Dpoc.c61 __u32 client; member
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6732/
Dpoc.c62 __u32 client; member

123