Home
last modified time | relevance | path

Searched refs:ACTION_PRESENCE_CHANGED (Results 1 – 3 of 3) sorted by relevance

/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DPersistService.java85 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()
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
DPresenceSubscriber.java433 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()
/external/ims/rcs/rcsmanager/src/java/com/android/ims/
DRcsPresence.java80 public static final String ACTION_PRESENCE_CHANGED = "com.android.ims.ACTION_PRESENCE_CHANGED"; field in RcsPresence