Home
last modified time | relevance | path

Searched refs:iNotificationManager (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/apps/
DShadowNotificationManager.java30 public static void setINotificationManager(INotificationManager iNotificationManager) { in setINotificationManager() argument
31 sNotificationManager = iNotificationManager; in setINotificationManager()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/ndo/
DMediaSessionHelper.java60 public MediaSessionHelper(Context context, INotificationManager iNotificationManager) { in MediaSessionHelper() argument
64 mINotificationManager = iNotificationManager; in MediaSessionHelper()