/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 1438 NotificationRecord nr = generateNotificationRecord( in testEnqueueNotificationInternal_noChannel() local 3808 final NotificationRecord nr = generateNotificationRecord( in testSystemNotificationListenerCanUnsnooze() local 4296 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testNoFakeColorizedPermission() local 4323 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testMediaStyleRemote_hasPermission() local 4352 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testMediaStyleRemote_noPermission() local 4385 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testCustomMediaStyleRemote_noPermission() local 4416 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testSubstituteAppName_hasPermission() local 4443 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testSubstituteAppName_noPermission() local 7535 NotificationRecord nr = in testFlagBubble() local 7556 NotificationRecord nr = generateMessageBubbleNotifRecord(mTestNotificationChannel, in testFlagBubble_noFlag_appNotAllowed() local [all …]
|
/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 | ApnContext.java | 554 public static @ApnType int getApnTypeFromNetworkRequest(NetworkRequest nr) { in getApnTypeFromNetworkRequest()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | TelephonyNetworkFactory.java | 213 NetworkRequest nr = bundle.getParcelable( in handleMessage() local 544 TelephonyNetworkRequest nr = entry.getKey(); in dump() local
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationShellCmd.java | 330 final NotificationRecord nr = mDirectService.getNotificationRecord(key); in onCommand() local 680 NotificationRecord nr = mDirectService.findNotificationLocked( in doNotify() 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/src/java/com/android/internal/telephony/ |
D | RILUtils.java | 2422 android.hardware.radio.V1_4.CellInfoNr nr = record.info.nr(); in convertHalCellInfo() local 2476 android.hardware.radio.V1_5.CellInfoNr nr = record.ratSpecificInfo.nr(); in convertHalCellInfo() local 2530 android.hardware.radio.V1_6.CellInfoNr nr = record.ratSpecificInfo.nr(); in convertHalCellInfo() local 2602 android.hardware.radio.network.CellInfoNr nr = cellInfo.ratSpecificInfo.getNr(); in convertHalCellInfo() local 2939 public static CellIdentityNr convertHalCellIdentityNr(Object nr) { in convertHalCellIdentityNr() 3244 public static CellSignalStrengthNr convertHalNrSignalStrength(Object nr) { in convertHalNrSignalStrength() 3822 android.hardware.radio.V1_6.NrQos nr = qos.nr(); in convertHalQos() local 3837 android.hardware.radio.data.NrQos nr = qos.getNr(); in convertHalQos() local
|
D | MccTable.java | 486 sTable.add(new MccEntry(536, "nr", 2)); // Nauru (Republic of) in sTable.add()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/ |
D | TelephonyNetworkFactoryTest.java | 147 private void activatePhoneInPhoneSwitcher(int phoneId, NetworkRequest nr, boolean active) { in activatePhoneInPhoneSwitcher()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SignalStrength.java | 137 @NonNull CellSignalStrengthNr nr) { in SignalStrength()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | VerificationParams.java | 681 final int nr = receivers.size(); in matchComponentForVerifier() local
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | DcTrackerTest.java | 1639 NetworkRequest nr = new NetworkRequest.Builder() in testTrySetupRestrictedDataDisabled() local 1667 NetworkRequest nr = new NetworkRequest.Builder() in testTrySetupRestrictedRoamingDisabled() local
|