Home
last modified time | relevance | path

Searched defs:types (Results 1 – 25 of 49) sorted by relevance

12

/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DFakeDeviceAccountTypeFactory.java46 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/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserManagerUnitTest.java368 int[] types = new int[] {1}; in testGetUserIdentificationAssociation_remoteException() local
378 int[] types = new int[] { 4, 8, 15, 16, 23, 42 }; in testGetUserIdentificationAssociation_ok() local
421 int[] types = new int[] {1}; in testSetUserIdentificationAssociation_remoteException() local
439 int[] types = new int[] { 1, 2, 3 }; in testSetUserIdentificationAssociation_ok() local
DCarUserServiceTest.java1588 int[] types = new int[] { 1, 2, 3 }; in testGetUserIdentificationAssociation_ok() local
1652 int[] types = new int[] { 1, 2, 3 }; in testSetUserIdentificationAssociation_halNotSupported() local
1670 int[] types = new int[] { 1, 2, 3 }; in testSetUserIdentificationAssociation_halFailedWithErrorMessage() local
1688 int[] types = new int[] { 1, 2, 3 }; in testSetUserIdentificationAssociation_halFailedWithoutErrorMessage() local
1704 int[] types = new int[] { 1, 2, 3 }; in testSetUserIdentificationAssociation_ok() local
1903 @NonNull int[] types, @NonNull int[] values, @Nullable String errorMessage) { in mockHalGetUserIdentificationAssociation()
1922 @NonNull int[] types, @NonNull int[] values, @Nullable String errorMessage) { in mockHalSetUserIdentificationAssociationSuccess()
2198 @NonNull UserInfo user, @NonNull int[] types) { in isUserIdentificationGetRequest()
2212 private UserIdentificationGetRequestMatcher(@NonNull UserInfo user, @NonNull int[] types) { in UserIdentificationGetRequestMatcher()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DJniCallbacks.java52 void devicePropertyChangedCallback(byte[] address, int[] types, byte[][] val) { in devicePropertyChangedCallback()
80 void adapterPropertyChangedCallback(int[] types, byte[][] val) { in adapterPropertyChangedCallback()
/packages/services/Car/car-lib/src/android/car/
DICarUserService.aidl44 UserIdentificationAssociationResponse getUserIdentificationAssociation(in int[] types); in getUserIdentificationAssociation()
45 void setUserIdentificationAssociation(int timeoutMs, in int[] types, in int[] values, in setUserIdentificationAssociation()
/packages/apps/Settings/src/com/android/settings/accounts/
DTopLevelAccountEntryPreferenceController.java46 final String[] types = authHelper.getEnabledAccountTypes(); in getSummary() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DTopLevelAccountEntryPreferenceController.java46 final String[] types = authHelper.getEnabledAccountTypes(); in getSummary() local
/packages/services/Telephony/ecc/conversion_toolset_v1/proto/
Dprotobuf_ecc_data.proto22 repeated Type types = 2 [packed=true]; field
/packages/apps/UniversalMediaPlayer/java/com/android/pump/provider/
DKnowledgeGraph.java143 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/apps/Contacts/tests/src/com/android/contacts/test/mocks/
DMockAccountTypeManager.java41 public MockAccountTypeManager(AccountType[] types, AccountWithDataSet[] accounts) { in MockAccountTypeManager()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureStrokeDrawingPoints.java95 final ResizableIntArray types) { in appendPreviewStroke()
126 final ResizableIntArray yCoords, final ResizableIntArray types) { in interpolateStrokeAndReturnStartIndexOfLastSegment()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DAccountTypeManagerTest.java75 … private static Map<AccountTypeWithDataSet, AccountType> buildAccountTypes(AccountType... types) { in buildAccountTypes()
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DReverseGeocodeTask.java81 JSONArray types = component.optJSONArray(JSON_KEY_TYPES); in doInBackground() local
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortingCursorWrapperTest.java415 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/
Dvhal_emulator.py259 def __init__(self, types, device=None): argument
Dvhal_emulator_test.py357 def __init__(self, types, logLevel=20): argument
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DDebugView.java122 String[] types = metadata.getStringArray(DocumentsContract.METADATA_TYPES); in accept() local
/packages/services/Telephony/testapps/TelephonyManagerTestApp/src/com/android/phone/testapps/telephonymanagertestapp/
DTelephonyManagerTestApp.java171 private String getParameters(Class<?>[] types, Parameter[] parameters) { in getParameters()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeProvider.java95 List<AccountType> types = mCache.get(accountType); in getAccountTypes() local
/packages/services/Car/car-lib/src/android/car/user/
DCarUserManager.java444 public UserIdentificationAssociationResponse getUserIdentificationAssociation( in getUserIdentificationAssociation()
469 public AndroidFuture<UserIdentificationAssociationResponse> setUserIdentificationAssociation( in setUserIdentificationAssociation()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLookupKeyTest.java224 private void assertLookupKey(String lookupKey, int[] accountHashCodes, int[] types, in assertLookupKey()
/packages/services/Mms/src/com/android/mms/service/
DApnSettings.java206 private static boolean isValidApnType(String types, String requestType) { in isValidApnType()
/packages/apps/TV/libs/m2/
Ddagger-compiler-2.23.jar ... .lang.model.type.TypeMirror type Iterable types private static boolean validateType (javax.lang.model ...
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DCompatUtils.java68 final Class<?> ... types) { in getConstructor()
/packages/apps/Messaging/src/android/support/v7/mms/
DDefaultApnSettingsLoader.java485 public static boolean isValidApnType(final String types, final String requestType) { in isValidApnType()

12