HomeSort by relevance Sort by last modified time
    Searched full:presence (Results 1 - 25 of 605) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/tools/flip_server/
balsa_headers_token_utils.h 22 // presence of multiple header lines with given key, the last token of the
28 // Tokenizes header value for a given key. In the presence of multiple lines
35 // Removes the last token from the header value. In the presence of multiple
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
adb.h 38 * Query ADB slot for device presence
  /external/stlport/stlport/stl/config/
_linux.h 9 This may be treated as presence of GNU libc compatible
11 for the presence of a particular library, but rather is used
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_linux.h 9 This may be treated as presence of GNU libc compatible
11 for the presence of a particular library, but rather is used
  /packages/apps/Contacts/src/com/android/contacts/
ContactPresenceIconUtil.java 28 * Get the presence icon resource according the status.
  /external/libnfc-nxp/src/
phLibNfc_discovery.c 63 /*Remote device Presence check callback*/
67 /**Used for presence chk incase of mifare std tags*/
210 * Check for target presence.
302 * Response Callback for Remote device Presence Check.
353 /**Used for presence chk incase of mifare std tags*/
phHal4Nfc_Internal.h 78 eHal4StatePresenceCheck,/**<Presence Check state*/
151 /*Presence check callback*/
252 /*Callback completion routine for Presence check*/
  /packages/apps/Mms/res/layout/
conversation_list_item.xml 35 android:id="@+id/presence"
55 android:layout_toLeftOf="@id/presence"
  /external/chromium/third_party/icu/source/tools/gencnval/
gencnval.1.in 77 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/chromium/third_party/icu/source/tools/genuca/
genuca.8.in 81 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/guava/src/com/google/common/annotations/
GwtIncompatible.java 25 * The presence of this annotation on a method indicates that the method may
  /external/icu4c/tools/gencnval/
gencnval.1.in 77 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/icu4c/tools/genuca/
genuca.8.in 81 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /libcore/luni/src/main/java/org/w3c/dom/
Comment.java 25 * presence of this character sequence must generate a fatal error during
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ioctl.h 40 One argument may follow; its presence and type depend on REQUEST.
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 24 import android.provider.ContactsContract.Presence;
55 log("presence changed, invalidate cache");
490 if (V) Log.d(TAG, "presence changed");
600 ", number=" + number + ", presence=" + entry.mPresenceResId);
656 private int getPresenceIconResourceId(int presence) {
658 if (presence != Presence.OFFLINE) {
659 return Presence.getPresenceIconResourceId(presence);
696 ", email=" + email + ", presence="
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ContactHeaderWidget.java 186 mPresenceView = (ImageView) findViewById(R.id.presence);
364 * Manually set the presence.
366 public void setPresence(int presence) {
367 mPresenceView.setImageResource(StatusUpdates.getPresenceIconResourceId(presence));
555 //Set the presence status
557 int presence = c.getInt(ContactQuery.CONTACT_PRESENCE_STATUS); local
558 mPresenceView.setImageResource(StatusUpdates.getPresenceIconResourceId(presence));
  /external/chromium/third_party/icu/source/tools/genbrk/
genbrk.1.in 98 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/chromium/third_party/icu/source/tools/genctd/
genctd.1.in 99 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/chromium/third_party/icu/source/tools/gensprep/
gensprep.8.in 70 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/guava/src/com/google/common/collect/
SingletonImmutableSet.java 47 // Guaranteed to be non-null by the presence of the pre-computed hash code.
  /external/icu4c/tools/genbrk/
genbrk.1.in 98 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/icu4c/tools/genctd/
genctd.1.in 99 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/icu4c/tools/gensprep/
gensprep.8.in 70 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/proguard/src/proguard/classfile/visitor/
ClassPresenceFilter.java 42 * presence will be tested.

Completed in 367 milliseconds

1 2 3 4 5 6 7 8 91011>>