/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/apps/Car/SystemUI/src/com/android/systemui/wm/ |
D | DisplaySystemBarsController.java | 125 public void hideInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme) { in hideInsets() 135 public void showInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme) { in showInsets() 169 private void updateInsetsState(@WindowInsets.Type.InsetsType int types, boolean visible) { in updateInsetsState()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/ |
D | CarUserManagerUnitTest.java | 436 int[] types = new int[] {1}; in testGetUserIdentificationAssociation_remoteException() local 450 int[] types = new int[] {1}; in testGetUserIdentificationAssociation_runtimeException() local 464 int[] types = new int[] { 4, 8, 15, 16, 23, 42 }; in testGetUserIdentificationAssociation_ok() local 507 int[] types = new int[] {1}; in testSetUserIdentificationAssociation_remoteException() local 525 int[] types = new int[] {1}; in testSetUserIdentificationAssociation_runtimeException() local 543 int[] types = new int[] { 1, 2, 3 }; in testSetUserIdentificationAssociation_ok() local
|
D | CarUserServiceTest.java | 1993 int[] types = new int[] { 1, 2, 3 }; in testGetUserIdentificationAssociation_ok() local 2057 int[] types = new int[] { 1, 2, 3 }; in testSetUserIdentificationAssociation_halNotSupported() local 2075 int[] types = new int[] { 1, 2, 3 }; in testSetUserIdentificationAssociation_halFailedWithErrorMessage() local 2093 int[] types = new int[] { 1, 2, 3 }; in testSetUserIdentificationAssociation_halFailedWithoutErrorMessage() local 2109 int[] types = new int[] { 1, 2, 3 }; in testSetUserIdentificationAssociation_ok() local 2619 @NonNull int[] types, @NonNull int[] values, @Nullable String errorMessage) { in mockHalGetUserIdentificationAssociation() 2638 @NonNull int[] types, @NonNull int[] values, @Nullable String errorMessage) { in mockHalSetUserIdentificationAssociationSuccess() 2932 @NonNull UserInfo user, @NonNull int[] types) { in isUserIdentificationGetRequest() 2946 private UserIdentificationGetRequestMatcher(@NonNull UserInfo user, @NonNull int[] types) { in UserIdentificationGetRequestMatcher()
|
/packages/services/Car/car-lib/src/android/car/ |
D | ICarUserService.aidl | 45 UserIdentificationAssociationResponse getUserIdentificationAssociation(in int[] types); in getUserIdentificationAssociation() 46 void setUserIdentificationAssociation(int timeoutMs, in int[] types, in int[] values, in setUserIdentificationAssociation()
|
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/ |
D | MockAccountTypeManager.java | 41 public MockAccountTypeManager(AccountType[] types, AccountWithDataSet[] accounts) { in MockAccountTypeManager()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | JniCallbacks.java | 54 void devicePropertyChangedCallback(byte[] address, int[] types, byte[][] val) { in devicePropertyChangedCallback() 82 void adapterPropertyChangedCallback(int[] types, byte[][] val) { in adapterPropertyChangedCallback()
|
/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/services/Telephony/ecc/conversion_toolset_v1/proto/ |
D | protobuf_ecc_data.proto | 26 repeated Type types = 2 [packed=true]; field
|
/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/apps/Contacts/tests/src/com/android/contacts/model/ |
D | AccountTypeManagerTest.java | 75 … private static Map<AccountTypeWithDataSet, AccountType> buildAccountTypes(AccountType... types) { in buildAccountTypes()
|
/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/Car/SystemUI/src/com/android/systemui/car/window/ |
D | SystemUIOverlayWindowController.java | 117 public void setFitInsetsTypes(@WindowInsets.Type.InsetsType int types) { in setFitInsetsTypes()
|
D | OverlayViewGlobalStateController.java | 306 private void setFitInsetsTypes(@InsetsType int types) { in setFitInsetsTypes()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
D | SortingCursorWrapperTest.java | 415 List<String> types = new ArrayList<>(ITEM_COUNT); in testSort_type_ascending() local 447 List<String> types = new ArrayList<>(ITEM_COUNT); in testSort_type_descending() local
|
/packages/services/Car/tools/emulator/ |
D | vhal_emulator.py | 259 def __init__(self, types, device=None): argument
|
D | vhal_emulator_test.py | 363 def __init__(self, types, logLevel=20): argument
|
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/notificationaccess/ |
D | TypeFilterPreferenceController.java | 134 int types = 0; in updateState() local
|
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/ |
D | DebugView.java | 122 String[] types = metadata.getStringArray(DocumentsContract.METADATA_TYPES); in accept() local
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/ |
D | CarSystemBar.java | 497 public void showTransient(int displayId, int[] types) { in showTransient() 516 public void abortTransient(int displayId, int[] types) { in abortTransient()
|
/packages/services/Telephony/testapps/TelephonyManagerTestApp/src/com/android/phone/testapps/telephonymanagertestapp/ |
D | TelephonyManagerTestApp.java | 171 private String getParameters(Class<?>[] types, Parameter[] parameters) { in getParameters()
|
/packages/apps/Contacts/src/com/android/contacts/model/account/ |
D | AccountTypeProvider.java | 96 List<AccountType> types = mCache.get(accountType); in getAccountTypes() local
|
/packages/services/Car/car-lib/src/android/car/user/ |
D | CarUserManager.java | 619 public UserIdentificationAssociationResponse getUserIdentificationAssociation( in getUserIdentificationAssociation() 648 public AsyncFuture<UserIdentificationAssociationResponse> setUserIdentificationAssociation( in setUserIdentificationAssociation()
|
/packages/services/Mms/src/com/android/mms/service/ |
D | ApnSettings.java | 206 private static boolean isValidApnType(String types, String requestType) { in isValidApnType()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactLookupKeyTest.java | 224 private void assertLookupKey(String lookupKey, int[] accountHashCodes, int[] types, in assertLookupKey()
|