Home
last modified time | relevance | path

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

/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DNotificationCategorizerTest.java52 private StatusBarNotification mSbn; field in NotificationCategorizerTest
62 when(mEntry.getSbn()).thenReturn(mSbn); in setUp()
63 when(mSbn.getUid()).thenReturn(Process.myUid()); in setUp()
64 when(mSbn.getPackageName()).thenReturn(mContext.getPackageName()); in setUp()
179 when(mSbn.getUid()).thenReturn(FIRST_APPLICATION_UID - 1); in testSystemCategory()
184 when(mSbn.getUid()).thenReturn(FIRST_APPLICATION_UID); in testSystemCategory()
194 when(mSbn.getUid()).thenReturn(FIRST_APPLICATION_UID - 1); in testSystemLowCategory()
199 when(mSbn.getUid()).thenReturn(FIRST_APPLICATION_UID); in testSystemLowCategory()
/packages/modules/ExtServices/src/android/ext/services/notification/
DNotificationEntry.java59 private final StatusBarNotification mSbn; field in NotificationEntry
75 mSbn = cloneStatusBarNotificationLight(sbn); in NotificationEntry()
147 mSbn.getPackageName(), PackageManager.MATCH_ALL, in isPreChannelsNotification()
148 mSbn.getUserId()); in isPreChannelsNotification()
153 Log.w(TAG, "Couldn't look up " + mSbn.getPackageName()); in isPreChannelsNotification()
278 return mSbn.getPackageName().equals(defaultSmsApp.getPackageName()); in isDefaultSmsApp()
331 return mSbn; in getSbn()