/cts/tests/tests/provider/src/android/provider/cts/ |
D | ContactsContract_DataTest.java | 146 cv1.put(Email.TYPE, Email.TYPE_HOME); in cv1.put() argument 153 cv2.put(Phone.TYPE, Phone.TYPE_HOME); in cv2.put() argument 160 cv3.put(Email.TYPE, Email.TYPE_WORK); in cv3.put() argument 167 cv4.put(Email.TYPE, Email.TYPE_HOME); in cv4.put() argument 174 cv5.put(Email.TYPE, Email.TYPE_WORK); in cv5.put() argument 181 cv6.put(Phone.TYPE, Phone.TYPE_HOME); in cv6.put() argument 188 cv7.put(SipAddress.TYPE, SipAddress.TYPE_HOME); in cv7.put() argument 432 .with(Email.TYPE, Email.TYPE_WORK) in testContactablesUri() 436 cv.put(Email.TYPE, Email.TYPE_WORK); in testContactablesUri() 448 .with(Phone.TYPE, Phone.TYPE_MOBILE) in testContactablesUri() [all …]
|
D | ContactsContract_SearchSnippetsTest.java | 226 .with(Email.TYPE, Phone.TYPE_HOME) in setupTestData() 240 .with(Email.TYPE, Email.TYPE_HOME) in setupTestData() 244 .with(Phone.TYPE, Phone.TYPE_OTHER) in setupTestData() 259 .with(StructuredPostal.TYPE, StructuredPostal.TYPE_HOME) in setupTestData()
|
D | ContactsTest.java | 253 Phones._ID, Phones.PERSON_ID, Phones.TYPE, Phones.NUMBER, in testPhonesTable() 276 value.put(Phones.TYPE, Phones.TYPE_HOME); in testPhonesTable() 297 value.put(Phones.TYPE, Phones.TYPE_CUSTOM); in testPhonesTable() 333 Organizations.ISPRIMARY, Organizations.TYPE, Organizations.LABEL, in testOrganizationsTable() 359 value.put(Organizations.TYPE, Organizations.TYPE_WORK); in testOrganizationsTable() 382 value.put(Organizations.TYPE, Organizations.TYPE_CUSTOM); in testOrganizationsTable() 415 Calls._ID, Calls.NUMBER, Calls.DATE, Calls.DURATION, Calls.TYPE, in testCallsTable() 465 value.put(Calls.TYPE, Calls.INCOMING_TYPE); in testCallsTable() 496 value.put(Calls.TYPE, Calls.MISSED_TYPE); in testCallsTable() 553 ContactMethods.DATA, ContactMethods.AUX_DATA, ContactMethods.TYPE, [all …]
|
D | TelephonyProviderTest.java | 41 Carriers.TYPE, // 0
|
D | ContactsContract_FrequentsStrequentsTest.java | 124 Phone.TYPE, 445 .with(Email.TYPE, Phone.TYPE_HOME) in setupTestData() 459 .with(Email.TYPE, Email.TYPE_HOME) in setupTestData() 473 .with(Phone.TYPE, Phone.TYPE_HOME) in setupTestData()
|
D | ContactsContract_PhoneLookup.java | 84 .with(Email.TYPE, Phone.TYPE_HOME) in setupTestData() 98 .with(Phone.TYPE, Phone.TYPE_OTHER) in setupTestData() 113 .with(SipAddress.TYPE, SipAddress.TYPE_WORK) in setupTestData()
|
D | ContactsProvider2_AccountRemovalTest.java | 52 StaticAccountAuthenticator.TYPE); 54 StaticAccountAuthenticator.TYPE);
|
D | ContactsContract_IsSuperPrimaryName.java | 174 values.put(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_TOGETHER); in setAggregationException()
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/ |
D | StaticAccountAuthenticator.java | 35 public static final String TYPE = "com.android.cts.contactsprovider"; field in StaticAccountAuthenticator 36 public static final Account ACCOUNT_1 = new Account("cp account 1", TYPE); 45 sAccountBundle.putString(AccountManager.KEY_ACCOUNT_TYPE, TYPE); in sAccountBundle.putString() argument
|
/cts/tests/simplecpu/jni/ |
D | CpuNativeJni.cpp | 33 #define swapcode(TYPE, parmi, parmj, n) { \ argument 34 long i = (n) / sizeof (TYPE); \ 35 TYPE *pi = (TYPE *) (parmi); \ 36 TYPE *pj = (TYPE *) (parmj); \ 38 TYPE t = *pi; \
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | small_structs.rs | 206 #define MAKE_SCALAR_EQUALS(TYPE) \ 207 static bool equals_##TYPE(TYPE a, TYPE b) { return a == b; }
|
D | ThunkerCreateTest.java | 33 Class[] signature = {Context.class, Integer.TYPE}; in testCreateReflection()
|
D | ElementTest.java | 123 assertTrue(Element.TYPE(mRS) != null); in testPrebuiltElements() 228 Element[] TYPE = { Element.TYPE(mRS) }; in testIsCompatible() local 253 RGBA_5551, RGB_565, SAMPLER, SCRIPT, TYPE, in testIsCompatible() 340 eb.add(Element.TYPE(mRS), "TYPE", arraySize); in testElementBuilder() 410 assertFalse(Element.TYPE(mRS).isComplex()); in testIsComplex()
|
/cts/tests/tests/media/assets/ |
D | prog_index.m3u8 | 5 #EXT-X-PLAYLIST-TYPE:VOD
|
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
D | SensorDeviceInfo.java | 39 private static final String TYPE = "type"; field in SensorDeviceInfo 67 store.addResult(TYPE, sensor.getType()); in collectDeviceInfo()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | UsbDebuggingTest.java | 31 if ("user".equals(Build.TYPE)) { in testUsbDebugging()
|
D | BuildTest.java | 218 assertTrue(TYPE_PATTERN.matcher(Build.TYPE).matches()); in testBuildConstants() 236 assertEquals("Must be a user build", "user", Build.TYPE); in testIsSecureUserBuild()
|
/cts/tests/tests/calllog/src/android/calllog/cts/ |
D | CallLogBackupTest.java | 74 CallLog.Calls.TYPE, 274 values.put(Calls.TYPE, Integer.valueOf(Calls.OUTGOING_TYPE)); in addCall() 310 call.type = cursor.getInt(cursor.getColumnIndex(Calls.TYPE)); in getCalls()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_element.cpp | 152 passed &= (Element::TYPE(mRS) != nullptr); in Java_android_cts_rscpp_RSElementTest_testPrebuiltElements() 194 sp<const Element> TYPE = Element::TYPE(mRS); in Java_android_cts_rscpp_RSElementTest_testIsCompatible() local 206 RGBA_5551, RGB_565, SAMPLER, SCRIPT, TYPE, in Java_android_cts_rscpp_RSElementTest_testIsCompatible() 288 eb->add(Element::TYPE(mRS), "TYPE", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
|
/cts/common/util/src/com/android/compatibility/common/util/ |
D | ReportLog.java | 38 private static final String TYPE = "org.kxml2.io.KXmlParser,org.kxml2.io.KXmlSerializer"; field in ReportLog 305 XmlSerializer serializer = XmlPullParserFactory.newInstance(TYPE, null).newSerializer(); in serialize()
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
D | ContactUtil.java | 131 values.put(AggregationExceptions.TYPE, type); in setAggregationException()
|
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | GenericDeviceInfo.java | 72 store.addResult(BUILD_TYPE, Build.TYPE); in collectDeviceInfo()
|
/cts/tests/core/runner/src/com/android/cts/core/runner/support/ |
D | TestNgRunner.java | 185 if (!m.getReturnType().equals(Void.TYPE)) { in generateTestNgDescription()
|
/cts/tests/core/runner/src/com/android/cts/core/internal/runner/ |
D | TestLoader.java | 224 && m.getReturnType().equals(Void.TYPE); in isTestMethod()
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | CustomizationRestrictionsTest.java | 106 paramInt[0] = Integer.TYPE; in getUserIcon()
|