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/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockModemConfigInterface.java108 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 …]
DMockModemConfigBase.java957 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/
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/quickaccesswallet/src/android/quickaccesswallet/cts/
DQuickAccessWalletClientTest.java123 QuickAccessWalletClient client = QuickAccessWalletClient.create(mContext); in testIsWalletServiceAvailable_returnsFalseIfNoServiceAvailable() local
129 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/
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/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.java52 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/
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/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.cpp62 OMXClient client; in fuzzIOMXQcomEnc() local
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaScannerConnectionTest.java117 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