Searched defs:ID (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/vpn/tests/vpntests/src/android/net/vpn/
H A DVpnTest.java46 private static final String ID = "some id"; field in class:VpnTest
140 p.setId(ID);
151 assertEquals(ID, p.getId());
/frameworks/base/core/java/android/os/
H A DBuild.java27 public static final String ID = getString("ro.build.id"); field in class:Build
29 /** A build ID string meant for displaying to the user */
/frameworks/base/include/surfaceflinger/
H A DSurface.h59 SurfaceID ID() const { return mToken; } function in class:android::SurfaceControl
154 SurfaceID ID() const { return mToken; } function in class:android::Surface
/frameworks/base/core/java/android/provider/
H A DTelephony.java74 * The thread ID of the message
86 * The person ID of the sender
565 * ID</li>
667 * The Message-ID of the message.
1063 * The thread ID of the message
1187 * return its thread ID. If the message starts a new thread,
1188 * allocate a new thread ID. Otherwise, use the appropriate
1189 * existing thread ID.
1191 * Find the thread ID of the same set of recipients (in
1193 * is found, return it. Otherwise, return a unique thread ID
1667 public static final String ID = "_id"; field in class:Telephony.MmsSms.WordsTable
[all...]
H A DSettings.java2283 * Setting to record the input method used by default, holding the ID
2295 * containing the IDs of all enabled input methods, each ID separated
2302 * containing the IDs of all disabled input methods, each ID separated
2350 * The Logging ID (a unique 64-bit value) as a hex string.
3447 * The row ID.
3450 public static final String ID = "_id"; field in class:Settings.Bookmarks
3497 private static final String[] sShortcutProjection = { ID, SHORTCUT };
3644 * Returns the device ID that we should use when connecting to the mobile gtalk server.
3645 * This is a string like "android-0x1242", where the hex string is the Android ID obtained
3648 * @param androidId The Android ID fo
[all...]

Completed in 690 milliseconds