HomeSort by relevance Sort by last modified time
    Searched refs:STATUS (Results 51 - 75 of 287) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationMessageData.java 640 + "(" + DatabaseHelper.MessageColumns.STATUS + " in ("
654 + DatabaseHelper.MessageColumns.STATUS + " IN ("
738 + DatabaseHelper.MESSAGES_TABLE + '.' + MessageColumns.STATUS
739 + " as " + ConversationMessageViewColumns.STATUS + ", "
778 + " WHERE (" + DatabaseHelper.MESSAGES_TABLE + "." + MessageColumns.STATUS
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactLoader.java 51 Data._ID, Data.STATUS, Data.STATUS_RES_PACKAGE, Data.STATUS_ICON,
80 + " IS NOT NULL OR " + StatusUpdates.STATUS + " IS NOT NULL", null, null);
88 final DataStatus status = new DataStatus(cursor); local
90 statuses.put(dataId, status);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
DatabaseHelper.java 75 /* Latest Message ID for the read status to display in conversation list */
211 /* This is bugle's internal status for the message */
212 public static final String STATUS = "message_status";
261 /* The detailed status (RESPONSE_STATUS or RETRIEVE_STATUS) for MMS message */
274 + MessageColumns.STATUS + " INT DEFAULT(0), "
295 // Primary sort index for messages table : by conversation id, status, received timestamp.
299 + MessageColumns.STATUS + ", "
304 + MessageColumns.STATUS + ", "
524 + " WHERE " + MESSAGES_TABLE + "." + MessageColumns.STATUS
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
InteractiveVerifierActivity.java 49 private static final String STATUS = "status";
93 int status; field in class:InteractiveVerifierActivity.InteractiveTestCase
109 /** Set status to {@link #READY} to proceed, or {@link #SETUP} to try again. */
110 void setUp() { status = READY; next(); };
112 /** Set status to {@link #PASS} or @{link #FAIL} to proceed, or {@link #READY} to retry. */
113 void test() { status = FAIL; next(); };
115 /** Do not modify status. */
134 int savedStatus = (savedState == null) ? SETUP : savedState.getInt(STATUS, SETUP);
135 Log.i(TAG, "restored state(" + savedStateIndex + "}, status(" + savedStatus + ")")
168 final int status = mCurrentTest == null ? SETUP : mCurrentTest.status; local
188 ImageView status = (ImageView) item.findViewById(R.id.nls_status); local
    [all...]
  /development/ndk/platforms/android-21/include/arpa/
nameser_compat.h 160 #define STATUS ns_o_status
  /external/dnsmasq/src/
nameser.h 122 #define STATUS 0x2 /* nameserver status query */
257 * Status return codes for T_UNSPEC conversion routines
  /external/libpcap/Win32/Include/arpa/
nameser.h 112 #define STATUS 0x2 /* nameserver status query */
196 * Status return codes for T_UNSPEC conversion routines
  /external/tcpdump/
nameser.h 92 #define STATUS 0x2 /* nameserver status query */
215 * Status return codes for T_UNSPEC conversion routines
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferAdapter.java 71 int status = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.STATUS)); local
73 if (BluetoothShare.isStatusError(status)) {
103 if (BluetoothShare.isStatusCompleted(status)) {
106 if (BluetoothShare.isStatusError(status)) {
107 tv.setText(BluetoothOppUtility.getStatusDescription(mContext, status, deviceName));
Constants.java 145 /** permission needed to be able to receive handover status requests */
286 public static void updateShareStatus(Context context, int id, int status) {
289 updateValues.put(BluetoothShare.STATUS, status);
291 Constants.sendIntentIfCompleted(context, contentUri, status);
295 * This function should be called whenever transfer status change to
298 public static void sendIntentIfCompleted(Context context, Uri contentUri, int status) {
299 if (BluetoothShare.isStatusCompleted(status)) {
  /packages/apps/Contacts/src/com/android/contacts/interactions/
SmsInteraction.java 148 return mValues.getAsInteger(Sms.STATUS);
  /packages/apps/Contacts/src/com/android/contacts/list/
ProviderStatusWatcher.java 35 * A singleton that keeps track of the last known provider status.
46 * Callback interface invoked when the provider status changes.
53 ProviderStatus.STATUS
72 /** Last known provider status. This can be changed on a worker thread.
73 * See {@link ProviderStatus#STATUS} */
126 * Starts watching the provider status. {@link #start()} and {@link #stop()} calls can be
142 * Stops watching the provider status.
161 * @return last known provider status.
163 * If this method is called when we haven't started the status query or the query is still in
171 * In order to avoid that, if we can't load the status within {@link #LOAD_WAIT_TIMEOUT_MS}
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ProcessDeliveryReportAction.java 42 private static final String KEY_STATUS = "status";
44 private ProcessDeliveryReportAction(final Uri uri, final int status) {
46 actionParameters.putInt(KEY_STATUS, status);
49 public static void deliveryReportReceived(final Uri uri, final int status) {
50 final ProcessDeliveryReportAction action = new ProcessDeliveryReportAction(uri, status);
57 final int status = actionParameters.getInt(KEY_STATUS); local
69 MmsUtils.updateSmsStatusAndDateSent(smsMessageUri, status, timeSentInMillis);
77 Telephony.Sms.MESSAGE_TYPE_SENT /* type */, status);
78 values.put(DatabaseHelper.MessageColumns.STATUS, bugleStatus);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 138 final int STATUS = 1;
234 final int status = cursor.getInt(UpdateQuery.STATUS); local
242 if (Downloads.Impl.isStatusError(status)) {
323 final int status = cursor.getInt(UpdateQuery.STATUS); local
324 if (Downloads.Impl.isStatusError(status)) {
326 } else if (Downloads.Impl.isStatusSuccess(status)) {
411 final int status = cursor.getInt(UpdateQuery.STATUS); local
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/
nameser_compat.h 169 #define STATUS ns_o_status
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/
nameser_compat.h 169 #define STATUS ns_o_status
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/arpa/
nameser_compat.h 160 #define STATUS ns_o_status
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/arpa/
nameser_compat.h 160 #define STATUS ns_o_status
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/arpa/
nameser_compat.h 160 #define STATUS ns_o_status
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/arpa/
nameser_compat.h 160 #define STATUS ns_o_status
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/arpa/
nameser_compat.h 160 #define STATUS ns_o_status
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/arpa/
nameser_compat.h 160 #define STATUS ns_o_status
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/arpa/
nameser_compat.h 160 #define STATUS ns_o_status
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/arpa/
nameser_compat.h 160 #define STATUS ns_o_status
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/arpa/
nameser_compat.h 160 #define STATUS ns_o_status

Completed in 1036 milliseconds

1 23 4 5 6 7 8 91011>>