Home
last modified time | relevance | path

Searched refs:KEY (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/tests/systemproperties/src/android/os/
DSystemPropertiesTest.java25 private static final String KEY = "sys.testkey"; field in SystemPropertiesTest
40 SystemProperties.set(KEY, Long.toString(i)); in testStressMemoryPropertyConsistency()
41 long ret = SystemProperties.getLong(KEY, -1); in testStressMemoryPropertyConsistency()
50 SystemProperties.set(KEY, ""); in testProperties()
51 value = SystemProperties.get(KEY, "default"); in testProperties()
54 SystemProperties.set(KEY, "SA"); in testProperties()
55 value = SystemProperties.get(KEY, "default"); in testProperties()
58 value = SystemProperties.get(KEY); in testProperties()
61 SystemProperties.set(KEY, ""); in testProperties()
62 value = SystemProperties.get(KEY, "default"); in testProperties()
[all …]
/frameworks/base/core/tests/coretests/src/android/os/
DSystemPropertiesTest.java26 private static final String KEY = "com.android.frameworks.coretests"; field in SystemPropertiesTest
32 SystemProperties.set(KEY, ""); in testProperties()
33 value = SystemProperties.get(KEY, "default"); in testProperties()
36 SystemProperties.set(KEY, "AAA"); in testProperties()
37 value = SystemProperties.get(KEY, "default"); in testProperties()
40 value = SystemProperties.get(KEY); in testProperties()
43 SystemProperties.set(KEY, ""); in testProperties()
44 value = SystemProperties.get(KEY, "default"); in testProperties()
47 value = SystemProperties.get(KEY); in testProperties()
/frameworks/compile/mclinker/include/mcld/LD/
DBranchIsland.h125 size_t operator() (const Key& KEY) const in operator()
127 llvm::StringRef sym_name(KEY.symbol()->name()); in operator()
129 return (size_t((uintptr_t)KEY.prototype())) ^ in operator()
131 KEY.addend(); in operator()
/frameworks/rs/cpp/util/
DTypeHelpers.h226 template <typename KEY, typename VALUE>
228 typedef KEY key_t;
231 KEY key;
235 key_value_pair_t(const KEY& k, const VALUE& v) : key(k), value(v) { }
236 key_value_pair_t(const KEY& k) : key(k) { }
240 inline const KEY& getKey() const {
/frameworks/rs/server/
DTypeHelpers.h226 template <typename KEY, typename VALUE>
228 typedef KEY key_t;
231 KEY key;
235 key_value_pair_t(const KEY& k, const VALUE& v) : key(k), value(v) { }
236 key_value_pair_t(const KEY& k) : key(k) { }
240 inline const KEY& getKey() const {
/frameworks/base/docs/html/
Dsecurity_at_android_dot_com.txt1 -----BEGIN PGP PUBLIC KEY BLOCK-----
40 -----END PGP PUBLIC KEY BLOCK-----
/frameworks/base/core/java/android/provider/
DBrowserContract.java704 public static final String KEY = "key"; field in BrowserContract.Settings
723 KEY + "=?", new String[] { KEY_SYNC_ENABLED }, null); in isSyncEnabled()
738 values.put(KEY, KEY_SYNC_ENABLED); in setSyncEnabled()
DContacts.java126 public static final String KEY = "key"; field
229 values.put(KEY, key); in setSetting()
DCalendarContract.java1876 public static final String KEY = "key"; field
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRecentsProvider.java78 public static final String KEY = "key"; field in RecentsProvider.RecentColumns
132 RecentColumns.KEY + " TEXT PRIMARY KEY ON CONFLICT REPLACE," + in onCreate()
319 final String key = getCursorString(cursor, RecentColumns.KEY); in purgeByAuthority()
320 db.delete(TABLE_RECENT, RecentColumns.KEY + "=?", new String[] { key }); in purgeByAuthority()
DDocumentsActivity.java1013 values.put(RecentColumns.KEY, mState.stack.buildKey()); in saveStackBlocking()
/frameworks/base/docs/html/training/basics/data-storage/
Ddatabases.jd105 FeedEntry._ID + &quot; INTEGER PRIMARY KEY,&quot; +
/frameworks/base/docs/html/training/contacts-provider/
Dretrieve-names.jd399 // Get the selected LOOKUP KEY
/frameworks/base/docs/html/training/location/
Dgeofencing.jd349 "com.example.android.geofence.KEY";
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-provider-creating.jd720 " _ID INTEGER PRIMARY KEY, " +
/frameworks/base/api/
Dcurrent.txt19315 field public static final java.lang.String KEY = "key";
19846 field public static final deprecated java.lang.String KEY = "key";