Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java2774 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/
DWifiAwareDataPathStateManagerTest.java292 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/
DDcRequest.java38 private DcRequest(@NonNull final NetworkRequest nr, @ApnType final int type, in DcRequest()
DTelephonyNetworkFactory.java188 NetworkRequest nr = bundle.getParcelable( in handleMessage() local
436 NetworkRequest nr = entry.getKey(); in dump() local
DApnContext.java545 static @ApnType int getApnTypeFromNetworkRequest(NetworkRequest nr) { in getApnTypeFromNetworkRequest()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java346 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/
DNetworkProviderTest.kt102 val nr: NetworkRequest = NetworkRequest.Builder() in <lambda>() constant
176 val nr: NetworkRequest = NetworkRequest.Builder() in <lambda>() constant
DNetworkCapabilitiesTest.java352 NetworkCapabilities nr = new NetworkCapabilities(); in testOemPaid() 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.java139 private void activatePhoneInPhoneSwitcher(int phoneId, NetworkRequest nr, boolean active) { in activatePhoneInPhoneSwitcher()
DDcTrackerTest.java1148 NetworkRequest nr = new NetworkRequest.Builder() in testTrySetupRestrictedDataDisabled() local
1176 NetworkRequest nr = new NetworkRequest.Builder() in testTrySetupRestrictedRoamingDisabled() local
/frameworks/base/telephony/java/android/telephony/
DSignalStrength.java137 @NonNull CellSignalStrengthNr nr) { in SignalStrength()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java6505 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/
DConnectivityServiceTest.java3091 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/
DMccTable.java486 sTable.add(new MccEntry(536, "nr", 2)); // Nauru (Republic of) in sTable.add()