Home
last modified time | relevance | path

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

123

/packages/apps/Nfc/tests/src/com/android/nfc/snep/
DSnepDefaultClientTests.java47 SnepClient client = new SnepClient(); in testPutSmallToDefaultServer() local
54 SnepClient client = new SnepClient(); in testPutLargeToDefaultServer() local
61 SnepClient client = new SnepClient(); in testPutTwiceToDefaultServer() local
69 SnepClient client = new SnepClient(); in testGetFail() local
DSnepCustomClientTests.java47 SnepClient client = getSnepClient(); in testPutSmall() local
54 SnepClient client = getSnepClient(); in testPutLarge() local
61 SnepClient client = getSnepClient(); in testPutTwice() local
69 SnepClient client = getSnepClient(); in testGetSmall() local
DSnepValidationClientTests.java53 SnepClient client = getSnepClient(); in testNonFragmented() local
78 SnepClient client = getSnepClient(); in testFragmented() local
102 SnepClient client = getSnepClient(); in testMultipleNdef() local
146 SnepClient client = getSnepClient(); in testUnavailable() local
164 SnepClient client = new SnepClient(SERVICE_NAME, 100, FRAGMENT_LENGTH); in testUndeliverable() local
DSnepBasicTests.java41 final SnepMessenger client = new SnepMessenger(true, clientSocket, MIU); in testGetSmallNdef() local
72 final SnepMessenger client = new SnepMessenger(true, clientSocket, MIU); in testGetLargeNdef() local
103 final SnepMessenger client = new SnepMessenger(true, clientSocket, MIU); in testGetExcessiveNdef() local
134 final SnepMessenger client = new SnepMessenger(true, clientSocket, MIU); in testPutSmallNdef() local
165 final SnepMessenger client = new SnepMessenger(true, clientSocket, MIU); in testPutLargeNdef() local
196 final SnepMessenger client = new SnepMessenger(true, clientSocket, MIU); in testUnsupportedVersion() local
230 final SnepMessenger client = new SnepMessenger(true, clientSocket, MIU); in testDifferentMinorVersion() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/network/
DBlockingHttpClientTests.java65 final BlockingHttpClient client = new BlockingHttpClient(mMockHttpConnection); in testError_badGateway() local
81 final BlockingHttpClient client = new BlockingHttpClient(mMockHttpConnection); in testError_clientTimeout() local
98 final BlockingHttpClient client = new BlockingHttpClient(mMockHttpConnection); in testError_forbiddenWithRequest() local
117 final BlockingHttpClient client = new BlockingHttpClient(mMockHttpConnection); in testSuccess_emptyRequest() local
134 final BlockingHttpClient client = new BlockingHttpClient(mMockHttpConnection); in testSuccess() local
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/
DArchivesProviderTest.java82 try (final ContentProviderClient client = resolver.acquireUnstableContentProviderClient( in testQueryRoots()
103 final ContentProviderClient client = resolver.acquireUnstableContentProviderClient( in testOpen_Success() local
155 final ContentProviderClient client = resolver.acquireUnstableContentProviderClient( in testOpen_Failure() local
207 final ContentProviderClient client = resolver.acquireUnstableContentProviderClient( in testOpen_ClosesOnRelease() local
250 final ContentProviderClient client = resolver.acquireUnstableContentProviderClient( in testNoNotificationAfterAllReleased() local
283 final ContentProviderClient client = in getDocumentMetadata_byDocumentId_shouldMatchSize() local
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java222 void startScan(ScanClient client) { in startScan()
226 void stopScan(ScanClient client) { in stopScan()
230 void flushBatchScanResults(ScanClient client) { in flushBatchScanResults()
244 private void sendMessage(int what, ScanClient client) { in sendMessage()
298 void handleStartScan(ScanClient client) { in handleStartScan()
356 void handleStopScan(ScanClient client) { in handleStopScan()
387 void handleFlushBatchResults(ScanClient client) { in handleFlushBatchResults()
395 private boolean isBatchClient(ScanClient client) { in isBatchClient()
404 private boolean isScanSupported(ScanClient client) { in isScanSupported()
580 ScanClient client = getAggressiveClient(mRegularScanClients); in configureRegularScanParams() local
[all …]
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionAppTracker.java95 private AppPredictor createPredictor(Client client, int count) { in createPredictor()
115 public Bundle getAppPredictionContextExtras(Client client){ in getAppPredictionContextExtras()
144 String client = (String) msg.obj; in handleMessage() local
160 String client = Client.HOME.id; in onReturnedToHome() local
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DHttpClientFactory.java62 HttpClient client = (HttpClient) instance; in newHttpClient() local
90 public static void close(HttpClient client) { in close()
/packages/apps/Dialer/java/com/android/dialer/simulator/service/
DSimulatorServiceClient.java52 private SimulatorServiceClient client; field in SimulatorServiceClient.SimulatorServiceConnection
66 void bindToClient(SimulatorServiceClient client) { in bindToClient()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DDirectoryResult.java33 ContentProviderClient client; field in DirectoryResult
DDocumentsAccess.java94 try(final ContentProviderClient client = DocumentsApplication in getDocuments()
128 try (final ContentProviderClient client = DocumentsApplication in findDocumentPath()
137 try (ContentProviderClient client = DocumentsApplication.acquireUnstableProviderOrThrow( in createDocument()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
DBluetoothScanner.java257 ClientRecord client = mClients.get(ptr); in stopListening() local
327 ClientRecord client = mClients.get(ptr); in removeDevice() local
482 ClientRecord client = mClients.get(i); in sendScanningStopped() local
491 ClientRecord client = mClients.get(ptr); in sendDeviceAdded() local
507 ClientRecord client = mClients.get(i); in sendDeviceChanged() local
522 ClientRecord client = mClients.get(ptr); in sendDeviceRemoved() local
/packages/services/Car/service/src/com/android/car/
DListeners.java38 ClientWithRate(ClientType client, int rate) { in ClientWithRate()
120 ClientWithRate<ClientType> findClientWithRate(ClientType client) { in findClientWithRate()
DCarProjectionService.java405 ProjectionReceiverClient client = getOrCreateProjectionReceiverClientLocked(token); in updateProjectionStatus() local
443 ProjectionReceiverClient client; in getOrCreateProjectionReceiverClientLocked() local
455 ProjectionReceiverClient client = mProjectionReceiverClients.remove(token); in unregisterProjectionReceiverClient() local
905 private void registerWirelessClient(WirelessClient client) throws RemoteException { in registerWirelessClient()
925 WirelessClient client = mWirelessClients.remove(token); in unregisterWirelessClientLocked() local
1025 WirelessClientDeathRecipient(CarProjectionService service, WirelessClient client) { in WirelessClientDeathRecipient()
/packages/apps/Car/Messenger/src/com/android/car/messenger/bluetooth/
DBluetoothHelper.java48 public static boolean sendMessage(@NonNull BluetoothMapClient client, in sendMessage()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DVmsPublisherClientServiceTest.java47 MockHalClient client = getMockHalClient(); in testPublish() local
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadDrmHelper.java66 final DrmManagerClient client = new DrmManagerClient(context); in getOriginalMimeType() local
/packages/apps/Settings/src/com/android/settings/network/
DMobileDataEnabledListener.java36 public MobileDataEnabledListener(Context context, Client client) { in MobileDataEnabledListener()
DSubscriptionsChangeListener.java47 public SubscriptionsChangeListener(Context context, SubscriptionsChangeListenerClient client) { in SubscriptionsChangeListener()
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DEjectRootTask.java59 ContentProviderClient client = null; in doInBackground() local
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnection.java50 BluetoothHeadsetClient client, BluetoothHeadsetClientCall call) { in HfpClientConnection()
67 BluetoothHeadsetClient client, Uri number) { in HfpClientConnection()
DHfpClientConference.java32 BluetoothHeadsetClient client) { in HfpClientConference()
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
DTranscriptionTask.java72 TranscriptionResponse getResponse(TranscriptionClient client); in getResponse()
131 TranscriptionClient client = clientFactory.getClient(); in sendRequest() local
/packages/apps/Settings/src/com/android/settings/network/telephony/
DDataConnectivityListener.java38 public DataConnectivityListener(Context context, Client client) { in DataConnectivityListener()

123