Home
last modified time | relevance | path

Searched refs:getIds (Results 1 – 10 of 10) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
DIconListPreference.java42 mIconIds = getIds(res, a.getResourceId( in IconListPreference()
44 mLargeIconIds = getIds(res, a.getResourceId( in IconListPreference()
46 mImageIds = getIds(res, a.getResourceId( in IconListPreference()
75 private int[] getIds(Resources res, int iconsRes) { in getIds() method in IconListPreference
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothCall.java195 return getIds(mCall.getChildren()); in getChildrenIds()
199 return getIds(mCall.getConferenceableCalls()); in getConferenceableCalls()
327 public static List<Integer> getIds(List<Call> calls) { in getIds() method in BluetoothCall
DBluetoothInCallService.java330 getBluetoothCallsByIds(BluetoothCall.getIds(children))); in onChildrenChanged()
1478 return getBluetoothCallsByIds(BluetoothCall.getIds(getCalls())); in getBluetoothCalls()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DRemoveByDocumentIdRequest.java85 public Set<String> getIds() { in getIds() method in RemoveByDocumentIdRequest
DGetByDocumentIdRequest.java98 public Set<String> getIds() { in getIds() method in GetByDocumentIdRequest
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/request/
DDeleteTableRequest.java137 public List<String> getIds() { in getIds() method in DeleteTableRequest
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothCallTest.java384 List<Integer> result = BluetoothCall.getIds(calls); in getIds_withEmptyList()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchManagerService.java908 /* numOperations= */ request.getGetByDocumentIdRequest().getIds().size())) { in getDocuments()
921 for (String id : request.getGetByDocumentIdRequest().getIds()) { in getDocuments()
1009 /* numOperations= */ request.getGetByDocumentIdRequest().getIds().size(), in getDocuments()
1766 /* numOperations= */ request.getRemoveByDocumentIdRequest().getIds().size())) { in removeByDocumentId()
1780 for (String id : request.getRemoveByDocumentIdRequest().getIds()) { in removeByDocumentId()
1811 request.getRemoveByDocumentIdRequest().getIds().size()); in removeByDocumentId()
1845 /* numOperations= */ request.getRemoveByDocumentIdRequest().getIds().size(), in removeByDocumentId()
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/datatypehelpers/
DHealthDataCategoryPriorityHelperTest.java1928 && request.getIds() in matches()
1941 + mRequest.getIds() in toString()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt268 method @NonNull public java.util.Set<java.lang.String> getIds();
391 method @NonNull public java.util.Set<java.lang.String> getIds();