/cts/tools/dasm/src/java_cup/ |
D | symbol.java | 25 public symbol(String nm, String tp) in symbol() 42 public symbol(String nm) in symbol()
|
D | terminal.java | 25 public terminal(String nm, String tp) in terminal() 51 public terminal(String nm) in terminal()
|
D | non_terminal.java | 25 public non_terminal(String nm, String tp) in non_terminal() 48 public non_terminal(String nm) in non_terminal()
|
/cts/tests/app/NotificationDelegator/src/com/android/test/notificationdelegator/ |
D | NotificationRevoker.java | 32 NotificationManager nm = getSystemService(NotificationManager.class); in onCreate() local
|
D | NotificationDelegator.java | 37 NotificationManager nm = getSystemService(NotificationManager.class); in onCreate() local
|
/cts/apps/NotificationBot/src/com/android/cts/robot/ |
D | NotificationBot.java | 105 final NotificationManager nm = context.getSystemService(NotificationManager.class); in testShortcutResetSetupNotification() local 161 final NotificationManager nm = context.getSystemService(NotificationManager.class); in testShortcutResetInlineReplyReceived() local
|
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/ |
D | SimpleService.java | 64 NotificationManager nm = getSystemService(NotificationManager.class); in onStartCommand() local
|
/cts/apps/ForceStopHelperApp/src/com/android/cts/forcestophelper/ |
D | TaskRemovedListenerService.java | 50 final NotificationManager nm = getSystemService(NotificationManager.class); in onStartCommand() local
|
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/ |
D | LegacyNotificationManager20Test.java | 160 NotificationManager nm = mContext.getSystemService(NotificationManager.class); in toggleNotificationPolicyAccess() local 182 final NotificationManager nm = mContext.getSystemService(NotificationManager.class); in toggleListenerAccess() local
|
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/ |
D | StatsdCtsForegroundActivity.java | 140 NotificationManager nm = getSystemService(NotificationManager.class); in doShowNotification() local
|
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/ |
D | LegacyNotificationManagerTest.java | 363 NotificationManager nm = mContext.getSystemService(NotificationManager.class); in toggleNotificationPolicyAccess() local 385 final NotificationManager nm = mContext.getSystemService(NotificationManager.class); in toggleListenerAccess() local
|
D | ConditionProviderServiceTest.java | 289 NotificationManager nm = mContext.getSystemService(NotificationManager.class); in toggleNotificationPolicyAccess() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CameraManagerTest.java | 726 NotificationManager nm = getContext().getSystemService(NotificationManager.class); in testCameraManagerWithDnD() local 758 NotificationManager nm = getContext().getSystemService(NotificationManager.class); in toggleNotificationPolicyAccess() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | Utils.java | 129 NotificationManager nm = (NotificationManager) instrumentation.getContext() in toggleNotificationPolicyAccess() local
|
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/ |
D | NotificationAssistantServiceTest.java | 500 final NotificationManager nm = mContext.getSystemService(NotificationManager.class); in toggleListenerAccess() local
|
/cts/tests/app/src/android/app/cts/ |
D | NotificationManagerTest.java | 495 NotificationManager nm = mContext.getSystemService(NotificationManager.class); in toggleNotificationPolicyAccess() local 518 final NotificationManager nm = mContext.getSystemService(NotificationManager.class); in toggleListenerAccess() local
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
D | AbstractRestrictBackgroundNetworkTestCase.java | 1025 final NotificationManager nm = mContext.getSystemService(NotificationManager.class); in registerNotificationListenerService() local
|