/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 2774 final NotificationRecord nr = generateNotificationRecord( in testSystemNotificationListenerCanUnsnooze() local 3207 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testNoFakeColorizedPermission() local 5255 NotificationRecord nr = in testFlagBubble() local 5276 NotificationRecord nr = generateMessageBubbleNotifRecord(mTestNotificationChannel, in testFlagBubble_noFlag_appNotAllowed() local 5305 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testFlagBubbleNotifs_noFlag_whenAppForeground() local 5327 NotificationRecord nr = generateMessageBubbleNotifRecord(mTestNotificationChannel, in testFlagBubbleNotifs_flag_messaging() local 5368 NotificationRecord nr = generateMessageBubbleNotifRecord(mTestNotificationChannel, in testFlagBubbleNotifs_noFlag_messaging_appNotAllowed() local 5395 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testFlagBubbleNotifs_noFlag_notBubble() local 5414 NotificationRecord nr = generateMessageBubbleNotifRecord(mTestNotificationChannel, in testFlagBubbleNotifs_noFlag_messaging_channelNotAllowed() local 5456 final NotificationRecord nr = generateNotificationRecord(mTestNotificationChannel); in testCancelAllNotificationsFromApp_cancelsBubble() local [all …]
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManagerTest.java | 292 NetworkRequest nr = getSessionNetworkRequestMore(clientId, res.mSessionId, res.mPeerHandle, in testDataPathWithPortInfoOnPublisher() local 330 NetworkRequest nr = getSessionNetworkRequestMore(clientId, res.mSessionId, res.mPeerHandle, in testDataPathWithPortInfoInvalidPort() local 363 NetworkRequest nr = getSessionNetworkRequestMore(clientId, res.mSessionId, res.mPeerHandle, in testDataPathWithPortInfoButNoSecurityOnSubscriber() local 400 NetworkRequest nr = getSessionNetworkRequest(clientId, res.mSessionId, res.mPeerHandle, in testDestroyNdiDuringNdpSetupResponder() local 733 NetworkRequest nr = getDirectNetworkRequest(clientId + i, in testMultipleNdi() local 1146 NetworkRequest nr = getSessionNetworkRequest(clientId, res.mSessionId, res.mPeerHandle, pmk, in testDataPathInitiatorResponderMismatchUtility() local 1206 NetworkRequest nr = getSessionNetworkRequest(clientId, res.mSessionId, res.mPeerHandle, pmk, in testDataPathInitiatorResponderInvalidUidUtility() local 1267 NetworkRequest nr = getSessionNetworkRequest(clientId, res.mSessionId, res.mPeerHandle, pmk, in testDataPathInitiatorResponderInvalidPackageNameUtility() local 1361 NetworkRequest nr; in testDataPathInitiatorUtilityMore() local 1529 NetworkRequest nr; in testDataPathResponderUtility() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcRequest.java | 38 private DcRequest(@NonNull final NetworkRequest nr, @ApnType final int type, in DcRequest()
|
D | TelephonyNetworkFactory.java | 188 NetworkRequest nr = bundle.getParcelable( in handleMessage() local 436 NetworkRequest nr = entry.getKey(); in dump() local
|
D | ApnContext.java | 545 static @ApnType int getApnTypeFromNetworkRequest(NetworkRequest nr) { in getApnTypeFromNetworkRequest()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationShellCmd.java | 346 final NotificationRecord nr = mDirectService.getNotificationRecord(key); in onCommand() local 684 NotificationRecord nr = mDirectService.findNotificationLocked( in doNotify() local
|
/frameworks/base/tests/net/common/java/android/net/ |
D | NetworkProviderTest.kt | 102 val nr: NetworkRequest = NetworkRequest.Builder() in <lambda>() constant 176 val nr: NetworkRequest = NetworkRequest.Builder() in <lambda>() constant
|
D | NetworkCapabilitiesTest.java | 352 NetworkCapabilities nr = new NetworkCapabilities(); in testOemPaid() local
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityTest.java | 219 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/ |
D | TelephonyNetworkFactoryTest.java | 139 private void activatePhoneInPhoneSwitcher(int phoneId, NetworkRequest nr, boolean active) { in activatePhoneInPhoneSwitcher()
|
D | DcTrackerTest.java | 1148 NetworkRequest nr = new NetworkRequest.Builder() in testTrySetupRestrictedDataDisabled() local 1176 NetworkRequest nr = new NetworkRequest.Builder() in testTrySetupRestrictedRoamingDisabled() local
|
/frameworks/base/telephony/java/android/telephony/ |
D | SignalStrength.java | 137 @NonNull CellSignalStrengthNr nr) { in SignalStrength()
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 6505 NetworkRequest nr = nai.requestAt(i); in sendUpdatedScoreToFactories() local 6662 NetworkRequest nr = nai.requestAt(i); in teardownUnneededNetwork() local 6729 NetworkRequest nr = nri.request; in processNewlyLostListenRequests() local 6740 NetworkRequest nr = nri.request; in processNewlySatisfiedListenRequests() local 7077 NetworkRequest nr = nai.requestAt(i); in addNetworkToLegacyTypeTracker() local 7294 NetworkRequest nr = nai.requestAt(i); in maybeNotifyNetworkBlocked() local 7337 NetworkRequest nr = nai.requestAt(i); in maybeNotifyNetworkBlockedForNewUidRules() local 7399 NetworkRequest nr = networkAgent.requestAt(i); in notifyNetworkCallbacks() local
|
/frameworks/base/tests/net/java/com/android/server/ |
D | ConnectivityServiceTest.java | 3091 final NetworkRequest nr = in testInvalidNetworkSpecifier() local 3706 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in testSatisfiedNetworkRequestDoesNotTriggerOnUnavailable() local 3726 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in testSatisfiedThenLostNetworkRequestDoesNotTriggerOnUnavailable() local 3749 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in testTimedoutNetworkRequest() local 3770 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in testNoCallbackAfterUnregisteredNetworkRequest() local 3801 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in runUnfulfillableNetworkRequest() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | MccTable.java | 486 sTable.add(new MccEntry(536, "nr", 2)); // Nauru (Republic of) in sTable.add()
|