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

  /packages/apps/Email/src/com/android/email/activity/
ContactStatusLoader.java 113 final int presenceStatus;
119 presenceStatus = c.getInt(COLUMN_PRESENCE);
125 final int presenceStatusResId = StatusUpdates.getPresenceIconResourceId(presenceStatus);
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapIMProvider.java 619 String presenceStatus = extras.getString(
624 ret = setOwnerStatus(presenceState, presenceStatus, lastActive, chatState, convoId);
653 * @param presenceStatus string the owners current status
659 abstract protected int setOwnerStatus(int presenceState, String presenceStatus,
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 474 ", PresenceStatus: " + appParams.getPresenceStatus() +
731 String presenceStatus = appParams.getPresenceStatus()
    [all...]
BluetoothMapContentObserver.java 612 String presenceStatus = null;
697 int presenceState, String presenceStatus, int chatState) {
715 if (presenceStatus != null) {
716 this.presenceStatus = BluetoothMapUtils.stripInvalidChars(presenceStatus);
    [all...]

Completed in 107 milliseconds