HomeSort by relevance Sort by last modified time
    Searched defs:STATUS (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/smack/src/org/xbill/DNS/
Opcode.java 19 /** A server status request (not used) */
20 public static final int STATUS = 2;
40 opcodes.add(STATUS, "STATUS");
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailUriType.java 27 STATUS("status"),
28 STATUS_ID("status/#");
  /frameworks/base/telephony/java/com/android/ims/
ImsConferenceState.java 45 // user > endpoint > status
46 public static final String STATUS = "status";
49 * status-type (String) :
84 * conference-info : SIP status code (integer)
146 * Translates an {@code ImsConferenceState} status type to a telecom connection state.
148 * @param status The status type.
151 public static int getConnectionStateForStatus(String status) {
152 if (status.equals(STATUS_PENDING))
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MessageChangeLogTable.java 28 /** Column name for a status value indicating where we are with processing this move request. */
29 public static final String STATUS = "status";
31 // Status values.
32 /** Status value indicating this move has not yet been unpsynced. */
35 /** Status value indicating this move is being upsynced right now. */
38 /** Status value indicating this move failed to upsync. */
44 ACCOUNT_KEY + "=? and " + STATUS + "=?";
68 * Update status of all change entries for an account:
84 cv.put(STATUS, STATUS_FAILED)
    [all...]
  /external/chromium_org/ipc/
ipc_channel_posix_unittest.cc 34 enum STATUS {
83 STATUS status() { return status_; } function in class:__anon13098::IPCChannelPosixTestListener
96 // The current status of the listener.
97 STATUS status_;
263 ASSERT_EQ(IPCChannelPosixTestListener::CHANNEL_ERROR, out_listener.status());
284 ASSERT_EQ(IPCChannelPosixTestListener::CHANNEL_ERROR, out_listener.status());
301 ASSERT_EQ(IPCChannelPosixTestListener::CONNECTED, listener.status());
311 ASSERT_EQ(IPCChannelPosixTestListener::CHANNEL_ERROR, listener.status());
331 ASSERT_EQ(IPCChannelPosixTestListener::CONNECTED, listener.status());
    [all...]
  /external/chromium_org/ui/native_theme/
native_theme_win.h 45 STATUS,
  /external/libpcap/
atmuni31.h 54 #define STATUS 0x7d /* status */
55 #define STATUS_ENQ 0x75 /* status ack */
  /external/tcpdump/
atmuni31.h 54 #define STATUS 0x7d /* status */
55 #define STATUS_ENQ 0x75 /* status ack */
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 177 * The name of the column containing the current status of the transfer.
187 public static final String STATUS = "status";
278 * Returns whether the status is informational (i.e. 1xx).
280 public static boolean isStatusInformational(int status) {
281 return (status >= 100 && status < 200);
288 public static boolean isStatusSuspended(int status) {
289 return (status == STATUS_PENDING);
293 * Returns whether the status is a success (i.e. 2xx)
    [all...]
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 311 STATUS("status"),
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 311 STATUS("status"),
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 311 STATUS("status"),
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 81 public static final String STATUS = "STATUS";
  /bionic/libc/include/arpa/
nameser_compat.h 160 #define STATUS ns_o_status
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessageTest.java 58 private static final int STATUS = 0;
103 assertEquals(STATUS, sms.getStatus());
  /development/ndk/platforms/android-L/include/arpa/
nameser_compat.h 160 #define STATUS ns_o_status
  /external/chromium_org/chrome/test/chromedriver/client/
command_executor.py 97 GET_STATUS = (_Method.GET, '/session/:sessionId/application_cache/status')
141 STATUS = (_Method.GET, '/status')
170 if response.status == 303:
173 if response.status != 200:
  /external/libpcap/Win32/Include/arpa/
nameser.h 112 #define STATUS 0x2 /* nameserver status query */
196 * Status return codes for T_UNSPEC conversion routines
  /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/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/arpa/
nameser_compat.h 107 #define STATUS ns_o_status
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser_compat.h 107 #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/9/platforms/android-21/arch-arm/usr/include/arpa/
nameser_compat.h 160 #define STATUS ns_o_status
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/arpa/
nameser_compat.h 160 #define STATUS ns_o_status
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/arpa/
nameser_compat.h 160 #define STATUS ns_o_status

Completed in 1550 milliseconds

1 2 3 4