Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/guest_os_primitives/riscv64/
Dgen_syscall_numbers_x86_64.cc21 int ToHostSyscallNumber(int nr) { in ToHostSyscallNumber()
640 int ToGuestSyscallNumber(int nr) { in ToGuestSyscallNumber()
Dgen_syscall_numbers_arm64.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.java1416 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in createAndPostNotification() local
1995 NotificationRecord nr = generateNotificationRecord( in testEnqueueNotificationInternal_noChannel() local
5882 final NotificationRecord nr = generateNotificationRecord( in testSystemNotificationListenerCanUnsnooze() local
6446 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testNoNotificationDuringSetupPermission() local
6471 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testNoFakeColorizedPermission() local
10587 NotificationRecord nr = in testFlagBubble() local
10608 NotificationRecord nr = generateMessageBubbleNotifRecord(mTestNotificationChannel, in testFlagBubble_noFlag_appNotAllowed() local
10637 NotificationRecord nr = new NotificationRecord(mContext, sbn, mTestNotificationChannel); in testFlagBubbleNotifs_noFlag_whenAppForeground() local
10659 NotificationRecord nr = generateMessageBubbleNotifRecord(mTestNotificationChannel, in testFlagBubbleNotifs_flag_messaging() local
10700 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.java333 final NotificationRecord nr = mDirectService.getNotificationRecord(key); in onCommand() local
698 NotificationRecord nr = mDirectService.findNotificationLocked( in doNotify() local
DNotificationRecordLogger.java85 void logNotificationPosted(NotificationReported nr); in logNotificationPosted()
/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.java2382 android.hardware.radio.V1_4.CellInfoNr nr = record.info.nr(); in convertHalCellInfo() local
2436 android.hardware.radio.V1_5.CellInfoNr nr = record.ratSpecificInfo.nr(); in convertHalCellInfo() local
2490 android.hardware.radio.V1_6.CellInfoNr nr = record.ratSpecificInfo.nr(); in convertHalCellInfo() local
2562 android.hardware.radio.network.CellInfoNr nr = cellInfo.ratSpecificInfo.getNr(); in convertHalCellInfo() local
2843 public static CellIdentityNr convertHalCellIdentityNr(Object nr) { in convertHalCellIdentityNr()
3113 public static CellSignalStrengthNr convertHalNrSignalStrength(Object nr) { in convertHalNrSignalStrength()
3692 android.hardware.radio.V1_6.NrQos nr = qos.nr(); in convertHalQos() local
3708 android.hardware.radio.data.NrQos nr = qos.getNr(); in convertHalQos() local
DMccTable.java514 sTable.add(new MccEntry(536, "nr", 2)); // Nauru (Republic of) in sTable.add()
/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnGatewayConnectionTest.java343 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.java673 final int nr = receivers.size(); in matchComponentForVerifier() local