Home
last modified time | relevance | path

Searched refs:requests (Results 1 – 16 of 16) sorted by relevance

/packages/modules/ExtServices/tests/src/android/ext/services/storage/
DCacheQuotaServiceImplTest.java82 ArrayList<CacheQuotaHint> requests = new ArrayList<>(); in testOneApp() local
84 requests.add(request); in testOneApp()
86 List<CacheQuotaHint> output = getService().onComputeCacheQuotaHints(requests); in testOneApp()
94 ArrayList<CacheQuotaHint> requests = new ArrayList<>(); in testTwoAppsOneVolume() local
95 requests.add(makeNewRequest("com.test", sTestVolUuid, 1001, 100L)); in testTwoAppsOneVolume()
96 requests.add(makeNewRequest("com.test2", sTestVolUuid, 1002, 99L)); in testTwoAppsOneVolume()
98 List<CacheQuotaHint> output = getService().onComputeCacheQuotaHints(requests); in testTwoAppsOneVolume()
109 ArrayList<CacheQuotaHint> requests = new ArrayList<>(); in testTwoAppsTwoVolumes() local
110 requests.add(makeNewRequest("com.test", sTestVolUuid, 1001, 100L)); in testTwoAppsTwoVolumes()
111 requests.add(makeNewRequest("com.test2", sSecondTestVolUuid, 1002, 99L)); in testTwoAppsTwoVolumes()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/location/
DRecentLocationRequestPreferenceControllerTest.java76 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/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
DAndroidCameraCaptureSessionProxy.java106 … 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()
DCameraCaptureSessionProxy.java75 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/
DNetworkStackClientBase.java132 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/
DImportVCardActivity.java149 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()
DVCardService.java150 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()
DNfcImportVCardActivity.java82 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/src/android/ext/services/storage/
DCacheQuotaServiceImpl.java44 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/DnsResolver/
DREADME-DoT.md90 is malfunctioning or is flooded with requests that are stalled due to malfunctioning
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Ddom.md222 … common, for example, deserializing JSON to C++ objects, processing web requests represented in JS…
Dinternals.md159 …CrtAllocator`) and stores the chunks as a singly linked list. When user requests an allocation, it…
/packages/apps/TV/libs/m2/
Ddagger-compiler-2.23.jarjava/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors ...
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...