Home
last modified time | relevance | path

Searched defs:PS_NOTIFICATION (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java534 public static final int PS_NOTIFICATION = 888; // Id to update and cancel PS restricted field in ServiceStateTracker
4197 notificationManager.cancel(Integer.toString(mPrevSubId), PS_NOTIFICATION); in cancelAllNotifications() local