Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
DAccountTypeManagerTest.java58 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/
DCallLogGroupBuilderTest.java225 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()
DCallLogListItemHelperTest.java303 private PhoneCallDetails getPhoneCallDetailsWithTypes(int... types) { in getPhoneCallDetailsWithTypes()
/packages/apps/Contacts/tests/src/com/android/contacts/editor/
DContactEditorUtilsTest.java73 private void setAccountTypes(AccountType... types) { in setAccountTypes()
82 String[] types; in testGetWritableAccountTypeStrings() local
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DJniCallbacks.java53 void devicePropertyChangedCallback(byte[] address, int[] types, byte[][] val) { in devicePropertyChangedCallback()
81 void adapterPropertyChangedCallback(int[] types, byte[][] val) { in adapterPropertyChangedCallback()
DRemoteDevices.java229 void devicePropertyChangedCallback(byte[] address, int[] types, byte[][] values) { in devicePropertyChangedCallback()
DAdapterProperties.java495 void adapterPropertyChangedCallback(int[] types, byte[][] values) { in adapterPropertyChangedCallback()
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
DMockAccountTypeManager.java39 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/src/com/android/contacts/editor/
DContactEditorUtils.java243 final Set<String> types = Sets.newHashSet(); in getWritableAccountTypeStrings() local
/packages/services/Mms/src/com/android/mms/service/
DApnSettings.java204 private static boolean isValidApnType(String types, String requestType) { in isValidApnType()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLookupKeyTest.java224 private void assertLookupKey(String lookupKey, int[] accountHashCodes, int[] types, in assertLookupKey()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DCompatUtils.java68 final Class<?> ... types) { in getConstructor()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp96 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/
DDefaultApnSettingsLoader.java485 public static boolean isValidApnType(final String types, final String requestType) { in isValidApnType()
/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc.cpp282 jint* types = e->GetIntArrayElements(libNfcTypes.get(), 0); in nfc_jni_get_connected_technology_libnfc_type() local
/packages/apps/Messaging/src/com/android/messaging/sms/
DBugleApnSettingsLoader.java613 public static boolean isValidApnType(final String types, final String requestType) { in isValidApnType()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerUsageDetail.java109 int[] types; in startBatteryDetailPage() local
/packages/apps/Nfc/nci/jni/
DNfcTag.cpp648 ScopedIntArrayRW types(e, typeList.get()); in fillNativeNfcTagMembers1() local
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactModifierTests.java165 protected AccountTypeManager getAccountTypes(AccountType... types) { in getAccountTypes()