/cts/tests/tests/content/src/android/content/cts/ |
D | ContentQueryMapTest.java | 51 DummyProvider.NAME, DummyProvider.VALUE}; 67 values0.put(DummyProvider.VALUE, VALUE0); in setUp() 72 values1.put(DummyProvider.VALUE, VALUE1); in setUp() 99 new ContentQueryMap(mCursor, DummyProvider.VALUE, false, new Handler()); in testConstructor() 121 assertEquals(VALUE0, rows.get(NAME0).getAsString(DummyProvider.VALUE)); in testGetRows() 123 assertEquals(VALUE1, rows.get(NAME1).getAsString(DummyProvider.VALUE)); in testGetRows() 141 assertEquals(VALUE0, contentValues.getAsString(DummyProvider.VALUE)); in testRequery() 145 assertEquals(VALUE1, contentValues.getAsString(DummyProvider.VALUE)); in testRequery() 153 values.put(DummyProvider.VALUE, VALUE2); in testRequery() 163 assertEquals(VALUE1, contentValues.getAsString(DummyProvider.VALUE)); in testRequery() [all …]
|
D | DummyProvider.java | 55 public static final String VALUE = "value"; field in DummyProvider 83 + NAME + " TEXT," + VALUE + " TEXT"+ ");"); in onCreate() 103 db.insert(tbName, VALUE, values); in insert()
|
/cts/tests/sample/src/android/sample/cts/ |
D | SampleDeviceTest.java | 31 private static final String VALUE = "bar"; field in SampleDeviceTest 69 mActivity.savePreference(KEY, VALUE); in testSharedPreferences() 70 assertEquals("Preferences were not saved", VALUE, mActivity.getPreference(KEY)); in testSharedPreferences()
|
D | SampleJUnit4DeviceTest.java | 43 private static final String VALUE = "bar"; field in SampleJUnit4DeviceTest 59 mActivityRule.getActivity().savePreference(KEY, VALUE); in shouldSaveSharedPreferences() 60 Assert.assertEquals("Preferences were not saved", VALUE, in shouldSaveSharedPreferences()
|
/cts/tests/JobScheduler/src/android/jobscheduler/ |
D | DummyJobContentProvider.java | 45 public static final String VALUE = "value"; field in DummyJobContentProvider 72 + NAME + " TEXT," + VALUE + " TEXT"+ ");"); in onCreate() 92 db.insert(tbName, VALUE, values); in insert()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | MessageTest.java | 32 public static final int VALUE = 3; field in MessageTest 160 bundle.putInt(KEY, VALUE); in testCopyFrom() 168 assertEquals(VALUE, mMessage.getData().getInt(KEY)); in testCopyFrom() 188 bundle.putInt(KEY, VALUE); in testWriteToParcel() 198 assertEquals(VALUE, mMessage.getData().getInt(KEY)); in testWriteToParcel()
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | SettingsTest.java | 43 Settings.System._ID, Settings.System.NAME, Settings.System.VALUE in testSystemTable() 62 value.put(Settings.System.VALUE, insertValue); in testSystemTable() 78 value.put(Settings.System.VALUE, updateValue); in testSystemTable() 110 Settings.Secure._ID, Settings.Secure.NAME, Settings.Secure.VALUE in testSecureTable() 133 new String[] { Settings.NameValueTable.VALUE };
|
D | Settings_NameValueTableTest.java | 54 assertEquals("value1", c.getString(c.getColumnIndexOrThrow(NameValueTable.VALUE))); in testPutString()
|
D | ContactsTest.java | 644 Settings.KEY, Settings.VALUE}; 660 value.put(Settings.VALUE, insertValue); 688 value.put(Settings.VALUE, updateValue); 716 value.put(Settings.VALUE, updateValue); 762 Extensions.VALUE, Extensions.PERSON_ID}; 781 value.put(Extensions.VALUE, insertValue); 798 value.put(Settings.VALUE, updateValue);
|
D | CalendarTest.java | 816 ExtendedProperties.VALUE 839 ep.put(ExtendedProperties.VALUE, value); in addExtendedProperty() 1042 extended.put(ExtendedProperties.VALUE, "bar"); in testEventsEntityQuery() 1048 extended.put(ExtendedProperties.VALUE, "bar2"); in testEventsEntityQuery() 1086 CalendarContract.ExtendedProperties.VALUE); in testEventsEntityQuery() 1929 newValues.put(ExtendedProperties.VALUE, "Big"); in testExtendedProperties()
|
/cts/tests/tests/permission2/src/android/permission2/cts/ |
D | NoWriteSecureSettingsPermissionTest.java | 39 values.put(Settings.Secure.VALUE, Boolean.TRUE); in testWriteSecureSettings()
|
/cts/tests/tests/permission/src/android/permission/cts/ |
D | ProviderPermissionTest.java | 81 value.put(Settings.System.VALUE, "value_insert"); in testWriteSettings()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 62578 public static final java.lang.String VALUE 62921 public static final java.lang.String VALUE 62968 public static final java.lang.String VALUE 63233 public static final java.lang.String VALUE 63801 public static final java.lang.String VALUE 65728 public static final java.lang.String VALUE 66211 public static final java.lang.String VALUE 66357 public static final java.lang.String VALUE 67176 public static final java.lang.String VALUE 68102 public static final java.lang.String VALUE
|