Searched refs:ShadowNotificationManager (Results 1 – 6 of 6) sorted by relevance
30 import com.android.settings.testutils.shadow.ShadowNotificationManager;85 @Config(shadows = ShadowNotificationManager.class)87 final ShadowNotificationManager snm = Shadow.extract(mContext.getSystemService( in hasAccess_granted_yes()94 @Config(shadows = ShadowNotificationManager.class)
32 import com.android.settings.testutils.shadow.ShadowNotificationManager;45 @Config(shadows = ShadowNotificationManager.class)53 private ShadowNotificationManager mNotificationManager;
32 public class ShadowNotificationManager extends org.robolectric.shadows.ShadowNotificationManager { class
36 import com.android.settings.testutils.shadow.ShadowNotificationManager;47 @Config(shadows = ShadowNotificationManager.class)
47 import com.android.car.settings.testutils.ShadowNotificationManager;62 @Config(shadows = {ShadowApplicationPackageManager.class, ShadowNotificationManager.class})
30 public class ShadowNotificationManager { class