/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/Bluetooth/src/com/android/bluetooth/btservice/ |
D | JniCallbacks.java | 53 void devicePropertyChangedCallback(byte[] address, int[] types, byte[][] val) { in devicePropertyChangedCallback() 81 void adapterPropertyChangedCallback(int[] types, byte[][] val) { in adapterPropertyChangedCallback()
|
D | AdapterProperties.java | 628 void adapterPropertyChangedCallback(int[] types, byte[][] values) { in adapterPropertyChangedCallback()
|
D | RemoteDevices.java | 426 void devicePropertyChangedCallback(byte[] address, int[] types, byte[][] values) { in devicePropertyChangedCallback()
|
/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/apps/Contacts/tests/src/com/android/contacts/model/ |
D | AccountTypeManagerTest.java | 75 … private static Map<AccountTypeWithDataSet, AccountType> buildAccountTypes(AccountType... types) { in buildAccountTypes()
|
D | RawContactModifierTests.java | 158 protected AccountTypeManager getAccountTypes(AccountType... types) { in getAccountTypes()
|
/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 | 413 List<String> types = new ArrayList<>(ITEM_COUNT); in testSort_type_ascending() local 445 List<String> types = new ArrayList<>(ITEM_COUNT); in testSort_type_descending() local
|
/packages/services/Car/tools/emulator/ |
D | vhal_emulator.py | 257 def __init__(self, types, device=None): argument
|
D | vhal_emulator_test.py | 295 def __init__(self, types, logLevel=20): argument
|
/packages/apps/Contacts/src/com/android/contacts/model/account/ |
D | AccountTypeProvider.java | 95 List<AccountType> types = mCache.get(accountType); in getAccountTypes() local
|
/packages/services/Mms/src/com/android/mms/service/ |
D | ApnSettings.java | 204 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()
|
/packages/apps/TV/jni/ |
D | DvbManager.cpp | 260 const char *types; in openDvbFe() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
D | CompatUtils.java | 68 final Class<?> ... types) { in getConstructor()
|
/packages/apps/Messaging/src/android/support/v7/mms/ |
D | DefaultApnSettingsLoader.java | 485 public static boolean isValidApnType(final String types, final String requestType) { in isValidApnType()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/ |
D | TetherServiceTest.java | 161 int[] types = new int[]{TETHERING_BLUETOOTH, TETHERING_WIFI, TETHERING_USB}; in cancelAllProvisioning() local
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 81 jintArray* types, jobjectArray* props) { in get_properties() 132 ScopedLocalRef<jintArray> types( in adapter_properties_callback() local 186 ScopedLocalRef<jintArray> types( in remote_device_properties_callback() local
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | BugleApnSettingsLoader.java | 613 public static boolean isValidApnType(final String types, final String requestType) { in isValidApnType()
|
/packages/apps/Nfc/nci/jni/ |
D | NfcTag.cpp | 649 ScopedIntArrayRW types(e, typeList.get()); in fillNativeNfcTagMembers1() local
|