HomeSort by relevance Sort by last modified time
    Searched defs:THREAD_ID (Results 1 - 13 of 13) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
TypesLengths.java 58 public static final byte THREAD_ID = 12;
170 case THREAD_ID: {
261 case THREAD_ID: {
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 452 public static final String THREAD_ID = "thread_id";
534 MessageColumns.THREAD_ID
  /external/chromium_org/third_party/libjingle/source/talk/base/
openssladapter.cc 64 #define THREAD_ID GetCurrentThreadId()
71 #define THREAD_ID pthread_self()
200 // Use old-style C cast because THREAD_ID's type varies with the platform,
203 return (unsigned long)THREAD_ID; // NOLINT
  /external/chromium_org/third_party/webrtc/base/
openssladapter.cc 47 #define THREAD_ID GetCurrentThreadId()
54 #define THREAD_ID pthread_self()
183 // Use old-style C cast because THREAD_ID's type varies with the platform,
186 return (unsigned long)THREAD_ID; // NOLINT
  /external/oprofile/libop/
op_xml_out.h 32 THREAD, THREAD_ID,
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 152 public static final String THREAD_ID = "thread_id";
376 * @param threadId the thread_id of the message
389 * Add an SMS to the given URI with thread_id specified.
399 * @param threadId the thread_id of the message
422 values.put(THREAD_ID, threadId);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 160 * thread_id long Identify the conversation to be viewed. When creating a
344 public final static String THREAD_ID = "thread_id";
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 253 milliseconds