/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/ |
D | AccountTypeManagerTest.java | 58 Map<AccountTypeWithDataSet, AccountType> types = in testFindAllInvitableAccountTypes() local 136 … private static Map<AccountTypeWithDataSet, AccountType> buildAccountTypes(AccountType... types) { in buildAccountTypes() 161 Map<AccountTypeWithDataSet, AccountType> types, in verifyAccountTypes()
|
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/ |
D | CallLogGroupBuilderTest.java | 225 private void assertCallsAreGrouped(int... types) { in assertCallsAreGrouped() 236 private void assertCallsAreNotGrouped(int... types) { in assertCallsAreNotGrouped() 245 private void addMultipleCallLogEntries(String number, int... types) { in addMultipleCallLogEntries()
|
D | CallLogListItemHelperTest.java | 303 private PhoneCallDetails getPhoneCallDetailsWithTypes(int... types) { in getPhoneCallDetailsWithTypes()
|
/packages/apps/Contacts/tests/src/com/android/contacts/editor/ |
D | ContactEditorUtilsTest.java | 73 private void setAccountTypes(AccountType... types) { in setAccountTypes() 82 String[] types; in testGetWritableAccountTypeStrings() local
|
/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 | RemoteDevices.java | 229 void devicePropertyChangedCallback(byte[] address, int[] types, byte[][] values) { in devicePropertyChangedCallback()
|
D | AdapterProperties.java | 495 void adapterPropertyChangedCallback(int[] types, byte[][] values) { in adapterPropertyChangedCallback()
|
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/ |
D | MockAccountTypeManager.java | 39 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/src/com/android/contacts/editor/ |
D | ContactEditorUtils.java | 243 final Set<String> types = Sets.newHashSet(); in getWritableAccountTypeStrings() 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/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
D | CompatUtils.java | 68 final Class<?> ... types) { in getConstructor()
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 96 static int get_properties(int num_properties, bt_property_t *properties, jintArray *types, in get_properties() 120 jintArray types; in adapter_properties_callback() local 197 jintArray types; in remote_device_properties_callback() local
|
/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/Nfc/nxp/jni/ |
D | com_android_nfc.cpp | 282 jint* types = e->GetIntArrayElements(libNfcTypes.get(), 0); in nfc_jni_get_connected_technology_libnfc_type() 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/Settings/src/com/android/settings/fuelgauge/ |
D | PowerUsageDetail.java | 109 int[] types; in startBatteryDetailPage() local
|
/packages/apps/Nfc/nci/jni/ |
D | NfcTag.cpp | 648 ScopedIntArrayRW types(e, typeList.get()); in fillNativeNfcTagMembers1() local
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
D | RawContactModifierTests.java | 165 protected AccountTypeManager getAccountTypes(AccountType... types) { in getAccountTypes()
|