/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/ |
D | BackgroundScanSchedulerTest.java | 86 Collection<ScanSettings> requests = Collections.emptyList(); in noRequest() local 88 mScheduler.updateSchedule(requests); in noRequest() 97 Collection<ScanSettings> requests = Collections.singleton(createRequest( in singleRequest() local 102 mScheduler.updateSchedule(requests); in singleRequest() 107 for (ScanSettings request : requests) { in singleRequest() 114 Collection<ScanSettings> requests = Collections.singleton(createRequest( in singleRequestWithoutPredefinedBucket() local 119 mScheduler.updateSchedule(requests); in singleRequestWithoutPredefinedBucket() 124 for (ScanSettings request : requests) { in singleRequestWithoutPredefinedBucket() 131 Collection<ScanSettings> requests = new ArrayList<>(); in fewRequests() local 132 requests.add(createRequest(WifiScanner.WIFI_BAND_BOTH, 30000, 0, 20, in fewRequests() [all …]
|
/packages/modules/ExtServices/java/tests/src/android/ext/services/storage/ |
D | CacheQuotaServiceImplTest.java | 85 ArrayList<CacheQuotaHint> requests = new ArrayList<>(); in testOneApp() local 87 requests.add(request); in testOneApp() 89 List<CacheQuotaHint> output = getService().onComputeCacheQuotaHints(requests); in testOneApp() 97 ArrayList<CacheQuotaHint> requests = new ArrayList<>(); in testTwoAppsOneVolume() local 98 requests.add(makeNewRequest("com.test", sTestVolUuid, 1001, 100L)); in testTwoAppsOneVolume() 99 requests.add(makeNewRequest("com.test2", sTestVolUuid, 1002, 99L)); in testTwoAppsOneVolume() 101 List<CacheQuotaHint> output = getService().onComputeCacheQuotaHints(requests); in testTwoAppsOneVolume() 112 ArrayList<CacheQuotaHint> requests = new ArrayList<>(); in testTwoAppsTwoVolumes() local 113 requests.add(makeNewRequest("com.test", sTestVolUuid, 1001, 100L)); in testTwoAppsTwoVolumes() 114 requests.add(makeNewRequest("com.test2", sSecondTestVolUuid, 1002, 99L)); in testTwoAppsTwoVolumes() [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/location/ |
D | RecentLocationRequestPreferenceControllerTest.java | 76 final List<RecentLocationApps.Request> requests = createMockRequest(6); in updateState_whenAppListMoreThanThree_shouldDisplayTopThreeApps() local 77 when(mController.mRecentLocationApps.getAppListSorted(false)).thenReturn(requests); in updateState_whenAppListMoreThanThree_shouldDisplayTopThreeApps() 86 final List<RecentLocationApps.Request> requests = createMockRequest(6); in updateState_workProfile_shouldShowOnlyWorkProfileApps() local 87 when(mController.mRecentLocationApps.getAppListSorted(false)).thenReturn(requests); in updateState_workProfile_shouldShowOnlyWorkProfileApps() 102 final List<RecentLocationApps.Request> requests = createMockRequest(6); in updateState_Personal_shouldShowOnlyPersonalApps() local 103 when(mController.mRecentLocationApps.getAppListSorted(false)).thenReturn(requests); in updateState_Personal_shouldShowOnlyPersonalApps() 118 final List<RecentLocationApps.Request> requests = new ArrayList<>(); in createMockRequest() local 125 requests.add(request); in createMockRequest() 127 return requests; in createMockRequest()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/ |
D | RttServiceImplTest.java | 257 RangingRequest[] requests = new RangingRequest[numIter]; in testRangingFlow() local 262 requests[i] = RttTestUtils.getDummyRangingRequestMcOnly((byte) i); in testRangingFlow() 264 requests[i] = RttTestUtils.getDummyRangingRequest((byte) i); in testRangingFlow() 266 results.add(RttTestUtils.getDummyRangingResults(requests[i])); in testRangingFlow() 274 mDut.startRanging(mockIbinder, mPackageName, mFeatureId, null, requests[i], in testRangingFlow() 282 verify(mockNative).rangeRequest(mIntCaptor.capture(), eq(requests[i]), eq(true)); in testRangingFlow() 300 verify(mockMetrics).recordRequest(eq(mDefaultWs), eq(requests[i])); in testRangingFlow() 301 verify(mockMetrics).recordResult(eq(requests[i]), eq(results.get(i).second), in testRangingFlow() 392 RangingRequest[] requests = new RangingRequest[numIter]; in testRangingFlowNativeFailure() local 396 requests[i] = RttTestUtils.getDummyRangingRequest((byte) i); in testRangingFlowNativeFailure() [all …]
|
/packages/modules/adb/ |
D | SYNC.TXT | 1 This file tries to document file-related requests a client can make 4 about the other requests that are possible. 18 packets to communicate. In this document these are called sync requests and sync 26 The following sync requests are accepted: 32 All of the sync requests above must be followed by "length": the number of 68 request (but not to chunk requests) with an "OKAY" sync response (length can
|
D | OVERVIEW.TXT | 52 Then, the client sends its service requests to the ADB server. 95 to the server itself (we will talk about other kinds of requests later). 107 client to make other requests. But in certain cases, an OKAY will even 112 the "OKAY" answer, all further requests made by the client will go
|
D | README.md | 40 …s and services are usually server from the main thread but some service requests result in new thr…
|
D | SERVICES.TXT | 1 This file tries to document all requests a client can make
|
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/ |
D | AndroidCameraCaptureSessionProxy.java | 106 … public int captureBurst(List<CaptureRequest> requests, CaptureCallback listener, Handler handler) in captureBurst() argument 109 return mSession.captureBurst(requests, new AndroidCaptureCallback(listener), handler); in captureBurst() 126 public int setRepeatingBurst(List<CaptureRequest> requests, CaptureCallback listener, in setRepeatingBurst() argument 129 … return mSession.setRepeatingBurst(requests, new AndroidCaptureCallback(listener), handler); in setRepeatingBurst()
|
D | CameraCaptureSessionProxy.java | 75 public int captureBurst(List<CaptureRequest> requests, CaptureCallback listener, Handler in captureBurst() argument 83 public int setRepeatingBurst(List<CaptureRequest> requests, CaptureCallback listener, Handler in setRepeatingBurst() argument
|
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/networkstack/ |
D | NetworkStackClientBase.java | 132 final ArrayList<Consumer<INetworkStackConnector>> requests; in onNetworkStackConnected() local 134 requests = new ArrayList<>(mPendingNetStackRequests); in onNetworkStackConnected() 138 for (Consumer<INetworkStackConnector> consumer : requests) { in onNetworkStackConnected()
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | ImportVCardActivity.java | 149 public void sendImportRequest(final List<ImportRequest> requests) { in sendImportRequest() argument 151 mService.handleImportRequest(requests, mListener); in sendImportRequest() 233 ArrayList<ImportRequest> requests = new ArrayList<ImportRequest>(); in run() local 236 requests.add(constructImportRequest(mSource, null, mDisplayName)); in run() 271 requests.add(request); in run() 274 if (!requests.isEmpty()) { in run() 275 mConnection.sendImportRequest(requests); in run()
|
D | VCardService.java | 150 public synchronized void handleImportRequest(List<ImportRequest> requests, in handleImportRequest() argument 155 for (ImportRequest request : requests) { in handleImportRequest() 163 final int size = requests.size(); in handleImportRequest() 165 ImportRequest request = requests.get(i); in handleImportRequest()
|
D | NfcImportVCardActivity.java | 82 ArrayList<ImportRequest> requests = new ArrayList<ImportRequest>(); in doInBackground() local 83 requests.add(request); in doInBackground() 84 services[0].handleImportRequest(requests, NfcImportVCardActivity.this); in doInBackground()
|
/packages/modules/ExtServices/java/src/android/ext/services/storage/ |
D | CacheQuotaServiceImpl.java | 44 public List<CacheQuotaHint> onComputeCacheQuotaHints(List<CacheQuotaHint> requests) { in onComputeCacheQuotaHints() argument 46 final int requestCount = requests.size(); in onComputeCacheQuotaHints() 48 CacheQuotaHint request = requests.get(i); in onComputeCacheQuotaHints()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/ |
D | GrantPermissionsActivity.java | 217 private void onRequestInfoLoad(List<RequestInfo> requests) { in onRequestInfoLoad() argument 220 } else if (requests == null) { in onRequestInfoLoad() 223 } else if (requests.isEmpty()) { in onRequestInfoLoad() 229 mTotalRequests = requests.size(); in onRequestInfoLoad() 231 mRequestInfos = requests; in onRequestInfoLoad()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/ |
D | RttMetrics.java | 137 public void recordRequest(WorkSource ws, RangingRequest requests) { in recordRequest() argument 142 for (ResponderConfig request : requests.mRttPeers) { in recordRequest() 162 public void recordResult(RangingRequest requests, List<RangingResult> results, in recordResult() argument 165 for (ResponderConfig responder : requests.mRttPeers) { in recordResult()
|
/packages/services/Car/cpp/evs/manager/1.1/ |
D | HalCamera.cpp | 234 void HalCamera::cancelCaptureRequestFromClientLocked(std::deque<struct FrameRequest>* requests, in cancelCaptureRequestFromClientLocked() argument 236 auto it = requests->begin(); in cancelCaptureRequestFromClientLocked() 237 while (it != requests->end()) { in cancelCaptureRequestFromClientLocked() 239 requests->erase(it); in cancelCaptureRequestFromClientLocked()
|
D | HalCamera.h | 147 void cancelCaptureRequestFromClientLocked(std::deque<FrameRequest>* requests,
|
/packages/modules/Connectivity/service/src/com/android/server/ |
D | ConnectivityService.java | 3205 NetworkRequestInfo[] requests = new NetworkRequestInfo[0]; in requestsSortedById() local 3206 requests = getNrisFromGlobalRequests().toArray(requests); in requestsSortedById() 3208 Arrays.sort(requests, in requestsSortedById() 3213 return requests; in requestsSortedById() 5640 private void ensureAllNetworkRequestsHaveType(List<NetworkRequest> requests) { in ensureAllNetworkRequestsHaveType() argument 5641 for (int i = 0; i < requests.size(); i++) { in ensureAllNetworkRequestsHaveType() 5642 ensureNetworkRequestHasType(requests.get(i)); in ensureAllNetworkRequestsHaveType() 6148 final List<NetworkRequest> requests; in getNriToRegister() local 6150 requests = copyDefaultNetworkRequestsForUid( in getNriToRegister() 6153 requests = Collections.singletonList(nr); in getNriToRegister() [all …]
|
/packages/modules/Wifi/service/proto/src/ |
D | metrics.proto | 67 // Number of single scans requests. 382 // Number of connectivity single scan requests. 419 // Indicates the number of scan requests from external apps. 435 // Number of times DFS channel scans are requested in single scan requests. 633 // Total number of cellular switch requests from MBO supported AP 651 // Total number of steering requests which include MBO assoc retry delay 764 // Total number of steering requests from AP 1735 // Total number of different types of NDP requests 2148 // Total number of individual requests 2154 // Histogram of total number of RTT requests by an app (WifiRttManager#startRanging) [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/ |
D | BackgroundScanScheduler.java | 376 public void updateSchedule(@NonNull Collection<ScanSettings> requests) { in updateSchedule() argument 379 for (ScanSettings request : requests) { in updateSchedule()
|
/packages/services/Car/tools/emulator/ |
D | README.md | 13 setup SocketComm to serve the requests.
|
/packages/modules/DnsResolver/ |
D | README-DoT.md | 90 is malfunctioning or is flooded with requests that are stalled due to malfunctioning
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | dom.md | 222 … common, for example, deserializing JSON to C++ objects, processing web requests represented in JS…
|