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 456 ", PresenceStatus: " + appParams.getPresenceStatus() +
713 String presenceStatus = appParams.getPresenceStatus();
719 presenceStatus == null &&
    [all...]
BluetoothMapContentObserver.java 611 String presenceStatus = null;
696 int presenceState, String presenceStatus, int chatState) {
714 if (presenceStatus != null) {
715 this.presenceStatus = BluetoothMapUtils.stripInvalidChars(presenceStatus);
    [all...]

Completed in 3365 milliseconds