Home
last modified time | relevance | path

Searched defs:nm (Results 1 – 9 of 9) sorted by relevance

/cts/tools/dasm/src/java_cup/
Dsymbol.java25 public symbol(String nm, String tp) in symbol()
42 public symbol(String nm) in symbol()
Dterminal.java25 public terminal(String nm, String tp) in terminal()
51 public terminal(String nm) in terminal()
Dnon_terminal.java25 public non_terminal(String nm, String tp) in non_terminal()
48 public non_terminal(String nm) in non_terminal()
/cts/apps/NotificationBot/src/com/android/cts/robot/
DNotificationBot.java105 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/
DSimpleService.java64 NotificationManager nm = getSystemService(NotificationManager.class); in onStartCommand() local
/cts/tests/tests/notificationlegacy/src/android/app/notification/legacy/cts/
DLegacyNotificationManagerTest.java258 NotificationManager nm = mContext.getSystemService(NotificationManager.class); in toggleNotificationPolicyAccess() local
280 final NotificationManager nm = mContext.getSystemService(NotificationManager.class); in toggleListenerAccess() local
/cts/tests/tests/media/src/android/media/cts/
DUtils.java108 NotificationManager nm = (NotificationManager) instrumentation.getContext() in toggleNotificationPolicyAccess() local
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java1062 NotificationManager nm = mContext.getSystemService(NotificationManager.class); in toggleNotificationPolicyAccess() local
1084 final NotificationManager nm = mContext.getSystemService(NotificationManager.class); in toggleListenerAccess() local
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java972 final NotificationManager nm = mContext.getSystemService(NotificationManager.class); in registerNotificationListenerService() local