/packages/apps/Contacts/tests/src/com/android/contacts/tests/ |
D | FakeDeviceAccountTypeFactory.java | 46 public FakeDeviceAccountTypeFactory withSimTypes(String... types) { in withSimTypes() 53 public FakeDeviceAccountTypeFactory withSimTypes(AccountType... types) { in withSimTypes() 60 public FakeDeviceAccountTypeFactory withDeviceTypes(String... types) { in withDeviceTypes() 67 public FakeDeviceAccountTypeFactory withDeviceTypes(AccountType... types) { in withDeviceTypes()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/aggregation/ |
D | AggregateDebugReportingTest.java | 90 JSONArray types = new JSONArray(Arrays.asList("source-noised", "source-unknown-error")); in buildFromJson_success() local 122 JSONArray types = new JSONArray(Arrays.asList("source-noised")); in buildFromJson_nullKeyPiece() local 152 JSONArray types = new JSONArray(Arrays.asList("source-noised")); in buildFromJson_nullBudget() local 182 JSONArray types = new JSONArray(Arrays.asList("source-noised")); in buildFromJson_nullAggregationCoordinatorOrigin() local 228 JSONArray types = new JSONArray(Arrays.asList("source-noised")); in buildFromJson_nullDebugDataKeyPiece() local 246 JSONArray types = new JSONArray(Arrays.asList("source-noised")); in buildFromJson_nullDebugDataValue() local
|
D | AggregateDebugReportDataTest.java | 105 JSONArray types = new JSONArray(Arrays.asList("source-noised", "source-unknown-error")); in buildFromJson_success() local 121 JSONArray types = new JSONArray(Arrays.asList("source-noised")); in buildFromJson_nullKeyPiece() local 134 JSONArray types = new JSONArray(Arrays.asList("source-noised")); in buildFromJson_nullValue() local
|
/packages/modules/HealthFitness/tests/unittests/src/android/health/connect/ |
D | ExerciseSegmentTypesTest.java | 40 List<Integer> types = getAllDeclaredExerciseSegmentTypes(); in testExerciseSegmentTypeStrings_allValuesAreUnique() local 48 List<Integer> types = new ArrayList<>(); in getAllDeclaredExerciseSegmentTypes() local
|
/packages/services/Car/tests/CarLibUnitTest/src/android/car/user/ |
D | CarUserManagerUnitTest.java | 626 int[] types = new int[] {1}; in testGetUserIdentificationAssociation_remoteException() local 640 int[] types = new int[] {1}; in testGetUserIdentificationAssociation_runtimeException() local 654 int[] types = new int[] { 4, 8, 15, 16, 23, 42 }; in testGetUserIdentificationAssociation_ok() local 697 int[] types = new int[] {1}; in testSetUserIdentificationAssociation_remoteException() local 715 int[] types = new int[] {1}; in testSetUserIdentificationAssociation_runtimeException() local 733 int[] types = new int[] { 1, 2, 3 }; in testSetUserIdentificationAssociation_ok() local
|
/packages/services/Car/car-lib/src/android/car/ |
D | ICarUserService.aidl | 49 UserIdentificationAssociationResponse getUserIdentificationAssociation(in int[] types); in getUserIdentificationAssociation() 50 void setUserIdentificationAssociation(int timeoutMs, in int[] types, in int[] values, in setUserIdentificationAssociation()
|
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/utils/ |
D | annot_hider.cc | 24 AnnotHider::AnnotHider(FPDF_PAGE page, const std::unordered_set<int>& types) { in AnnotHider()
|
D | annot.cc | 44 void GetVisibleAnnotsOfType(FPDF_PAGE page, const std::unordered_set<int>& types, in GetVisibleAnnotsOfType()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/wm/ |
D | DisplaySystemBarsController.java | 195 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets() 203 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 371 protected void updateRequestedVisibleTypes(@InsetsType int types, boolean visible) { in updateRequestedVisibleTypes()
|
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/ |
D | MdnsNsecRecord.java | 47 String[] nextDomain, int[] types) { in MdnsNsecRecord() 71 final ArrayList<Integer> types = new ArrayList<>(); in readTypes() local
|
/packages/apps/UniversalMediaPlayer/java/com/android/pump/provider/ |
D | KnowledgeGraph.java | 143 private @NonNull JSONObject getResultFromKG(String title, String... types) throws IOException { in getResultFromKG() 198 private static @NonNull Uri getContentUri(@NonNull String title, @NonNull String... types) { in getContentUri()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | AggregateDebugReportApi.java | 75 Source source, Set<DebugReportApi.Type> types, IMeasurementDao measurementDao) { in scheduleSourceRegistrationDebugReport() 227 List<DebugReportApi.Type> types, in scheduleTriggerAttributionErrorWithSourceDebugReport() 492 List<DebugReportApi.Type> types, in logSkippedReport()
|
/packages/services/Car/tests/CarEvsMultiCameraPreviewApp/src/com/google/android/car/evs/multi/ |
D | CarEvsCameraClient.java | 206 boolean updateServiceTypes(ArraySet<Integer> types) { in updateServiceTypes() 227 ArraySet<Integer> startVideoStream(ArraySet<Integer> types) { in startVideoStream()
|
D | CarEvsMultiCameraPreviewActivity.java | 215 ArraySet<Integer> types = new ArraySet<>(); in onCreate() local 557 ArraySet types = mNextServiceTypes.valueAt(i); in createCameraViewLocked() local
|
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/ |
D | MockAccountTypeManager.java | 41 public MockAccountTypeManager(AccountType[] types, AccountWithDataSet[] accounts) { in MockAccountTypeManager()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | GestureStrokeDrawingPoints.java | 95 final ResizableIntArray types) { in appendPreviewStroke() 126 final ResizableIntArray yCoords, final ResizableIntArray types) { in interpolateStrokeAndReturnStartIndexOfLastSegment()
|
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | QnsUtils.java | 72 List<Integer> types = new ArrayList<>(); in getApnTypes() local 96 List<String> types = new ArrayList<>(); in getStringAccessNetworkTypes() local 544 static List<Integer> getNetCapabilitiesFromApnTypesString(@NonNull String[] types) { in getNetCapabilitiesFromApnTypesString()
|
/packages/apps/Settings/src/com/android/settings/network/apn/ |
D | ApnTypes.kt | 55 val types = apnType.split(',').map { it.trim().toLowerCase(Locale.current) } in splitToList() constant
|
/packages/services/Car/service/src/com/android/car/evs/ |
D | CarEvsService.java | 664 ArraySet<Integer> types = mCallbackToServiceType.get(callback.asBinder()); in startVideoStream() local 687 ArraySet<Integer> types = mCallbackToServiceType.get(callback.asBinder()); in stopVideoStream() local 721 ArraySet<Integer> types = mCallbackToServiceType.get(callback.asBinder()); in stopVideoStreamFrom() local 1047 ArraySet<Integer> types = mCallbackToServiceType.get(callback.asBinder()); in addStreamCallback() local
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | AccountTypeManagerTest.java | 77 … private static Map<AccountTypeWithDataSet, AccountType> buildAccountTypes(AccountType... types) { in buildAccountTypes()
|
/packages/apps/Settings/src/com/android/settings/notification/modes/ |
D | ZenModesListFragment.java | 85 private void onAvailableModeTypesForAdd(List<ModeType> types) { in onAvailableModeTypesForAdd()
|
/packages/services/Telephony/ecc/conversion_toolset_v1/proto/ |
D | protobuf_ecc_data.proto | 32 repeated Type types = 2 [packed=true]; field
|
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/ |
D | ReverseGeocodeTask.java | 81 JSONArray types = component.optJSONArray(JSON_KEY_TYPES); in doInBackground() local
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
D | SortingCursorWrapperTest.java | 414 List<String> types = new ArrayList<>(ITEM_COUNT); in testSort_type_ascending() local 446 List<String> types = new ArrayList<>(ITEM_COUNT); in testSort_type_descending() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | JniCallbacks.java | 54 void devicePropertyChangedCallback(byte[] address, int[] types, byte[][] val) { in devicePropertyChangedCallback() 114 void adapterPropertyChangedCallback(int[] types, byte[][] val) { in adapterPropertyChangedCallback()
|