Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java412 public static final int CS_NOTIFICATION = 999; // Id to update and cancel CS restricted field in ServiceStateTracker
3569 notificationManager.cancel(Integer.toString(mPrevSubId), CS_NOTIFICATION); in cancelAllNotifications() local