Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareDataPathStateManagerTest.java298 NetworkRequest nr = getSessionNetworkRequest(clientId, res.mSessionId, res.mPeerHandle, pmk, in testDataPathPmkWithoutPermission() local
333 NetworkRequest nr = getSessionNetworkRequestMore(clientId, res.mSessionId, res.mPeerHandle, in testDataPathWithPortInfoOnPublisher() local
371 NetworkRequest nr = getSessionNetworkRequestMore(clientId, res.mSessionId, res.mPeerHandle, in testDataPathWithPortInfoInvalidPort() local
404 NetworkRequest nr = getSessionNetworkRequestMore(clientId, res.mSessionId, res.mPeerHandle, in testDataPathWithPortInfoButNoSecurityOnSubscriber() local
441 NetworkRequest nr = getSessionNetworkRequest(clientId, res.mSessionId, res.mPeerHandle, in testDestroyNdiDuringNdpSetupResponder() local
775 NetworkRequest nr = getDirectNetworkRequest(clientId + i, in testMultipleNdi() local
1181 NetworkRequest nr = getSessionNetworkRequest(clientId, res.mSessionId, res.mPeerHandle, pmk, in testDataPathInitiatorResponderMismatchUtility() local
1240 NetworkRequest nr = getSessionNetworkRequest(clientId, res.mSessionId, res.mPeerHandle, pmk, in testDataPathInitiatorResponderInvalidUidUtility() local
1333 NetworkRequest nr; in testDataPathInitiatorUtilityMore() local
1489 NetworkRequest nr; in testDataPathResponderUtility() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcRequest.java32 public DcRequest(NetworkRequest nr, Context context) { in DcRequest()
DTelephonyNetworkFactory.java178 NetworkRequest nr = bundle.getParcelable( in handleMessage() local
415 NetworkRequest nr = entry.getKey(); in dump() local
DApnContext.java561 static @ApnType int getApnTypeFromNetworkRequest(NetworkRequest nr) { in getApnTypeFromNetworkRequest()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java2508 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testNoFakeColorizedPermission() local
4265 NotificationRecord nr = generateNotificationRecord(mTestNotificationChannel, in testFlagBubble() local
4289 NotificationRecord nr = generateNotificationRecord(mTestNotificationChannel, in testFlagBubble_noFlag_appNotAllowed() local
4313 NotificationRecord nr = generateNotificationRecord(mTestNotificationChannel, in testFlagBubbleNotifs_flag_appForeground() local
4335 NotificationRecord nr = generateNotificationRecord(mTestNotificationChannel, in testFlagBubbleNotifs_noFlag_appNotForeground() local
4474 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testFlagBubbleNotifs_flag_messaging() local
4509 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testFlagBubbleNotifs_flag_phonecall() local
4542 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testFlagBubbleNotifs_noFlag_phonecall_noForegroundService() local
4572 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testFlagBubbleNotifs_noFlag_phonecall_noPerson() local
4606 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testFlagBubbleNotifs_noFlag_phonecall_noCategory() local
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DConnectivityServiceMock.java573 NetworkRequest nr = nai.requestAt(i); in sendUpdatedScoreToFactories() local
604 public synchronized void setCurrentScoreForRequest(NetworkRequest nr, int score) { in setCurrentScoreForRequest()
/frameworks/base/tests/net/common/java/android/net/
DNetworkCapabilitiesTest.java293 NetworkCapabilities nr = new NetworkCapabilities(); in testOemPaid() local
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java502 NotificationRecord nr = mDirectService.findNotificationLocked( in doNotify() local
DNotificationManagerService.java488 public void record(StatusBarNotification nr) { in record()
/frameworks/base/telephony/java/android/telephony/
DSignalStrength.java134 @NonNull CellSignalStrengthNr nr) { in SignalStrength()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java5971 NetworkRequest nr = nai.requestAt(i); in sendUpdatedScoreToFactories() local
6092 NetworkRequest nr = nai.requestAt(i); in teardownUnneededNetwork() local
6144 NetworkRequest nr = nri.request; in processListenRequests() local
6157 NetworkRequest nr = nri.request; in processListenRequests() local
6395 NetworkRequest nr = newNetwork.requestAt(i); in rematchNetworkAndRequests() local
6652 NetworkRequest nr = nai.requestAt(i); in maybeNotifyNetworkBlocked() local
6695 NetworkRequest nr = nai.requestAt(i); in maybeNotifyNetworkBlockedForNewUidRules() local
6757 NetworkRequest nr = networkAgent.requestAt(i); in notifyNetworkCallbacks() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java963 NetworkRequest nr = new NetworkRequest.Builder() in testDDSResetAutoAttach() local
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java3164 NetworkRequest nr = builder.build(); in testInvalidNetworkSpecifier() local
3837 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in testSatisfiedNetworkRequestDoesNotTriggerOnUnavailable() local
3857 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in testSatisfiedThenLostNetworkRequestDoesNotTriggerOnUnavailable() local
3880 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in testTimedoutNetworkRequest() local
3901 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in testNoCallbackAfterUnregisteredNetworkRequest() local
3932 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in runUnfulfillableNetworkRequest() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMccTable.java574 sTable.add(new MccEntry(536,"nr",2)); //Nauru (Republic of) in sTable.add()