HomeSort by relevance Sort by last modified time
    Searched refs:presence (Results 26 - 48 of 48) sorted by null

12

  /packages/apps/Contacts/src/com/android/contacts/model/
Contact.java 142 boolean starred, Integer presence, boolean sendToVoicemail, String customRingtone,
163 mPresence = presence;
ContactLoader.java 174 Data.PRESENCE,
246 public static final int PRESENCE = 54;
393 if (!cursor.isNull(ContactQuery.PRESENCE)
512 final Integer presence = cursor.isNull(ContactQuery.CONTACT_PRESENCE) local
529 altDisplayName, phoneticName, starred, presence, sendToVoicemail,
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 232 public void setPresence(int presence) {
233 mPresence = presence;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 385 int presence, String status, int chatMode) {
386 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode,
391 int presence, String status, int chatMode, boolean isUserProfile) {
392 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode,
397 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) {
402 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile);
406 long dataId, int presence, String status, long timestamp, int chatMode) {
407 return insertStatusUpdate(dataId, presence, status, timestamp, chatMode, false);
411 long dataId, int presence, String status, long timestamp, int chatMode,
415 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile)
    [all...]
ContactsProvider2Test.java 349 Data.PRESENCE,
433 Data.PRESENCE,
512 Data.PRESENCE,
730 StatusUpdates.PRESENCE,
    [all...]
  /external/v8/test/mjsunit/
arguments-apply.js 132 // stack even in the presence of the apply optimizations.
debug-scopes.js 565 // functions arguments. In the presence of eval all arguments and locals
621 // Two closures. In the presence of eval all information is provided as the
unicode-test.js     [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 437 // The presence of a static photo container is not sufficient to determine whether or
659 // Apply presence when available
1238 public int presence = -1; field in class:ContactDetailFragment.DetailViewEntry
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 63 * icons for presence and call.
68 * to the left of the photo, the text lines are aligned to the left and the presence icon (if
413 // Status view height is the biggest of the text view and the presence icon
422 // Presence and status are in a same row, so status will be affected by icon size.
561 // Layout all text view and presence icon
571 // Presence and status
1180 int presence = 0; local
    [all...]
  /external/smack/src/org/jivesoftware/smackx/entitycaps/
EntityCapsManager.java 31 import org.jivesoftware.smack.packet.Presence;
265 PacketFilter packetFilter = new AndFilter(new PacketTypeFilter(Presence.class), new PacketExtensionFilter(
268 // Listen for remote presence stanzas with the caps extension
291 packetFilter = new AndFilter(new PacketTypeFilter(Presence.class), new NotFilter(new PacketExtensionFilter(
303 packetFilter = new PacketTypeFilter(Presence.class);
311 // Intercept presence packages and add caps data when intended.
313 // with every presence notification it sends.
314 PacketFilter capsPacketFilter = new PacketTypeFilter(Presence.class);
425 * If we are connected and there was already a presence send, another
426 * presence is send to inform others about your new Entity Caps node string
492 Presence presence = new Presence(Presence.Type.available); local
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 28 import android.provider.ContactsContract.Presence;
66 log("presence changed, invalidate cache");
684 Log.d(TAG, "presence changed");
    [all...]
  /external/linux-tools-perf/config/
utilities.mak 166 # by the presence of a leading `/'.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 551 // (2) the presence of content actually terminates traversal, and we
553 // reason similar to the second, in that its presence *may*
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 551 // (2) the presence of content actually terminates traversal, and we
553 // reason similar to the second, in that its presence *may*
    [all...]
  /external/libvorbis/doc/
08-residue.tex 235 required to have a value mapping. The presence of codebook in array
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java 296 mSenderPresenceView = (ImageView) UiUtilities.getView(view, R.id.presence);
    [all...]
  /build/core/
main.mk 367 ADDITIONAL_BUILD_PROPERTIES += xmpp.auto-presence=true
    [all...]
  /external/v8/src/
array.js 988 // in the presence of accessors.
    [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 672 milliseconds

12