Searched refs:ACTION_PRESENCE_CHANGED (Results 1 – 3 of 3) sorted by relevance
85 if(RcsPresence.ACTION_PRESENCE_CHANGED.equals(intent.getAction())) { in onStartCommand()138 if (RcsPresence.ACTION_PRESENCE_CHANGED.equals(intent.getAction())) { in handleMessage()173 Intent intent = new Intent(RcsPresence.ACTION_PRESENCE_CHANGED); in handlePublishState()184 Intent intent = new Intent(RcsPresence.ACTION_PRESENCE_CHANGED); in handlePublishState()
433 Intent intent = new Intent(RcsPresence.ACTION_PRESENCE_CHANGED); in handleSipResponse()489 Intent intent = new Intent(RcsPresence.ACTION_PRESENCE_CHANGED); in updatePresence()535 Intent intent = new Intent(RcsPresence.ACTION_PRESENCE_CHANGED); in updatePresences()613 Intent intent = new Intent(RcsPresence.ACTION_PRESENCE_CHANGED); in updateAvailabilityToUnknown()
80 public static final String ACTION_PRESENCE_CHANGED = "com.android.ims.ACTION_PRESENCE_CHANGED"; field in RcsPresence