Home
last modified time | relevance | path

Searched defs:nr (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java2941 final NotificationRecord nr = generateNotificationRecord( in testSystemNotificationListenerCanUnsnooze() local
3424 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testNoFakeColorizedPermission() local
6159 NotificationRecord nr = in testFlagBubble() local
6180 NotificationRecord nr = generateMessageBubbleNotifRecord(mTestNotificationChannel, in testFlagBubble_noFlag_appNotAllowed() local
6209 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testFlagBubbleNotifs_noFlag_whenAppForeground() local
6231 NotificationRecord nr = generateMessageBubbleNotifRecord(mTestNotificationChannel, in testFlagBubbleNotifs_flag_messaging() local
6272 NotificationRecord nr = generateMessageBubbleNotifRecord(mTestNotificationChannel, in testFlagBubbleNotifs_noFlag_messaging_appNotAllowed() local
6299 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testFlagBubbleNotifs_noFlag_notBubble() local
6318 NotificationRecord nr = generateMessageBubbleNotifRecord(mTestNotificationChannel, in testFlagBubbleNotifs_noFlag_messaging_channelNotAllowed() local
6360 final NotificationRecord nr = generateNotificationRecord(mTestNotificationChannel); in testCancelAllNotificationsFromApp_cancelsBubble() local
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcRequest.java38 private DcRequest(@NonNull final NetworkRequest nr, @ApnType final int type, in DcRequest()
DTelephonyNetworkFactory.java197 NetworkRequest nr = bundle.getParcelable( in handleMessage() local
480 NetworkRequest nr = entry.getKey(); in dump() local
DApnContext.java540 static @ApnType int getApnTypeFromNetworkRequest(NetworkRequest nr) { in getApnTypeFromNetworkRequest()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java327 final NotificationRecord nr = mDirectService.getNotificationRecord(key); in onCommand() local
665 NotificationRecord nr = mDirectService.findNotificationLocked( in doNotify() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityTest.java219 CellIdentityNr nr = new CellIdentityNr(PCI, TAC, EARFCN, BANDS, MCC_STR, MNC_STR, CI, in testGetMccMncString() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DTelephonyNetworkFactoryTest.java150 private void activatePhoneInPhoneSwitcher(int phoneId, NetworkRequest nr, boolean active) { in activatePhoneInPhoneSwitcher()
DDcTrackerTest.java1597 NetworkRequest nr = new NetworkRequest.Builder() in testTrySetupRestrictedDataDisabled() local
1625 NetworkRequest nr = new NetworkRequest.Builder() in testTrySetupRestrictedRoamingDisabled() local
/frameworks/base/telephony/java/android/telephony/
DSignalStrength.java137 @NonNull CellSignalStrengthNr nr) { in SignalStrength()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMccTable.java486 sTable.add(new MccEntry(536, "nr", 2)); // Nauru (Republic of) in sTable.add()