Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordLoggerFake.java96 NotificationReported nr = NotificationRecordLogger.super.prepareToLogNotificationPosted(r, in prepareToLogNotificationPosted() local
108 public void logNotificationPosted(NotificationReported nr) { in logNotificationPosted()
DNotificationManagerServiceTest.java1587 NotificationRecord nr = generateNotificationRecord( in testEnqueueNotificationInternal_noChannel() local
4242 final NotificationRecord nr = generateNotificationRecord( in testSystemNotificationListenerCanUnsnooze() local
4786 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testNoNotificationDuringSetupPermission() local
4811 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testNoFakeColorizedPermission() local
4837 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testMediaStyleRemote_hasPermission() local
4865 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testMediaStyleRemote_noPermission() local
4898 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testCustomMediaStyleRemote_noPermission() local
4928 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testSubstituteAppName_hasPermission() local
4954 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testSubstituteAppName_noPermission() local
8247 NotificationRecord nr = in testFlagBubble() local
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordLoggerImpl.java35 public void logNotificationPosted(NotificationReported nr) { in logNotificationPosted()
DNotificationShellCmd.java330 final NotificationRecord nr = mDirectService.getNotificationRecord(key); in onCommand() local
680 NotificationRecord nr = mDirectService.findNotificationLocked( in doNotify() local
DNotificationRecordLogger.java87 void logNotificationPosted(NotificationReported nr); in logNotificationPosted()
/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
DPacketBridge.kt114 val nr = NetworkRequest.Builder() in createTestNetwork() constant
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DTelephonyNetworkFactoryTest.java137 private void activatePhoneInPhoneSwitcher(int phoneId, NetworkRequest nr, boolean active) { in activatePhoneInPhoneSwitcher()
/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/base/tests/vcn/java/com/android/server/vcn/
DVcnGatewayConnectionTest.java339 final NetworkRequest nr = networkRequestCaptor.getValue(); in testDataStallHandlingEnabled() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java2461 android.hardware.radio.V1_4.CellInfoNr nr = record.info.nr(); in convertHalCellInfo() local
2515 android.hardware.radio.V1_5.CellInfoNr nr = record.ratSpecificInfo.nr(); in convertHalCellInfo() local
2569 android.hardware.radio.V1_6.CellInfoNr nr = record.ratSpecificInfo.nr(); in convertHalCellInfo() local
2641 android.hardware.radio.network.CellInfoNr nr = cellInfo.ratSpecificInfo.getNr(); in convertHalCellInfo() local
2978 public static CellIdentityNr convertHalCellIdentityNr(Object nr) { in convertHalCellIdentityNr()
3283 public static CellSignalStrengthNr convertHalNrSignalStrength(Object nr) { in convertHalNrSignalStrength()
3881 android.hardware.radio.V1_6.NrQos nr = qos.nr(); in convertHalQos() local
3896 android.hardware.radio.data.NrQos nr = qos.getNr(); in convertHalQos() local
DMccTable.java486 sTable.add(new MccEntry(536, "nr", 2)); // Nauru (Republic of) in sTable.add()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DTelephonyNetworkFactory.java315 TelephonyNetworkRequest nr = entry.getKey(); in dump() local
/frameworks/base/telephony/java/android/telephony/
DSignalStrength.java137 @NonNull CellSignalStrengthNr nr) { in SignalStrength()
/frameworks/base/services/core/java/com/android/server/pm/
DVerifyingSession.java765 final int nr = receivers.size(); in matchComponentForVerifier() local