Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/guest_os_primitives/riscv64/
Dgen_syscall_numbers.cc21 int ToHostSyscallNumber(int nr) { in ToHostSyscallNumber()
640 int ToGuestSyscallNumber(int nr) { in ToGuestSyscallNumber()
/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.java1341 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in createAndPostNotification() local
1920 NotificationRecord nr = generateNotificationRecord( in testEnqueueNotificationInternal_noChannel() local
4868 final NotificationRecord nr = generateNotificationRecord( in testSystemNotificationListenerCanUnsnooze() local
5412 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testNoNotificationDuringSetupPermission() local
5437 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testNoFakeColorizedPermission() local
9344 NotificationRecord nr = in testFlagBubble() local
9365 NotificationRecord nr = generateMessageBubbleNotifRecord(mTestNotificationChannel, in testFlagBubble_noFlag_appNotAllowed() local
9394 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testFlagBubbleNotifs_noFlag_whenAppForeground() local
9416 NotificationRecord nr = generateMessageBubbleNotifRecord(mTestNotificationChannel, in testFlagBubbleNotifs_flag_messaging() local
9457 NotificationRecord nr = generateMessageBubbleNotifRecord(mTestNotificationChannel, in testFlagBubbleNotifs_noFlag_messaging_appNotAllowed() local
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordLoggerImpl.java35 public void logNotificationPosted(NotificationReported nr) { in logNotificationPosted()
DNotificationShellCmd.java335 final NotificationRecord nr = mDirectService.getNotificationRecord(key); in onCommand() local
685 NotificationRecord nr = mDirectService.findNotificationLocked( in doNotify() local
DNotificationRecordLogger.java87 void logNotificationPosted(NotificationReported nr); in logNotificationPosted()
/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.java220 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/
DRILUtils.java2344 android.hardware.radio.V1_4.CellInfoNr nr = record.info.nr(); in convertHalCellInfo() local
2398 android.hardware.radio.V1_5.CellInfoNr nr = record.ratSpecificInfo.nr(); in convertHalCellInfo() local
2452 android.hardware.radio.V1_6.CellInfoNr nr = record.ratSpecificInfo.nr(); in convertHalCellInfo() local
2524 android.hardware.radio.network.CellInfoNr nr = cellInfo.ratSpecificInfo.getNr(); in convertHalCellInfo() local
2805 public static CellIdentityNr convertHalCellIdentityNr(Object nr) { in convertHalCellIdentityNr()
3071 public static CellSignalStrengthNr convertHalNrSignalStrength(Object nr) { in convertHalNrSignalStrength()
3643 android.hardware.radio.V1_6.NrQos nr = qos.nr(); in convertHalQos() local
3658 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.java338 TelephonyNetworkRequest nr = entry.getKey(); in dump() local
/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnGatewayConnectionTest.java344 final NetworkRequest nr = networkRequestCaptor.getValue(); in testDataStallHandlingEnabled() local
/frameworks/base/telephony/java/android/telephony/
DSignalStrength.java111 @NonNull CellSignalStrengthNr nr) { in SignalStrength()
/frameworks/base/services/core/java/com/android/server/pm/
DVerifyingSession.java772 final int nr = receivers.size(); in matchComponentForVerifier() local