Searched refs:mSbn (Results 1 – 2 of 2) sorted by relevance
52 private StatusBarNotification mSbn; field in NotificationCategorizerTest62 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()
59 private final StatusBarNotification mSbn; field in NotificationEntry75 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()