/frameworks/libs/binary_translation/guest_os_primitives/riscv64/ |
D | gen_syscall_numbers.cc | 21 int ToHostSyscallNumber(int nr) { in ToHostSyscallNumber() 640 int ToGuestSyscallNumber(int nr) { in ToGuestSyscallNumber()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationRecordLoggerFake.java | 96 NotificationReported nr = NotificationRecordLogger.super.prepareToLogNotificationPosted(r, in prepareToLogNotificationPosted() local 108 public void logNotificationPosted(NotificationReported nr) { in logNotificationPosted()
|
D | NotificationManagerServiceTest.java | 1341 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/ |
D | NotificationRecordLoggerImpl.java | 35 public void logNotificationPosted(NotificationReported nr) { in logNotificationPosted()
|
D | NotificationShellCmd.java | 335 final NotificationRecord nr = mDirectService.getNotificationRecord(key); in onCommand() local 685 NotificationRecord nr = mDirectService.findNotificationLocked( in doNotify() local
|
D | NotificationRecordLogger.java | 87 void logNotificationPosted(NotificationReported nr); in logNotificationPosted()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/ |
D | TelephonyNetworkFactoryTest.java | 137 private void activatePhoneInPhoneSwitcher(int phoneId, NetworkRequest nr, boolean active) { in activatePhoneInPhoneSwitcher()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityTest.java | 220 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 | 2344 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
|
D | MccTable.java | 486 sTable.add(new MccEntry(536, "nr", 2)); // Nauru (Republic of) in sTable.add()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | TelephonyNetworkFactory.java | 338 TelephonyNetworkRequest nr = entry.getKey(); in dump() local
|
/frameworks/base/tests/vcn/java/com/android/server/vcn/ |
D | VcnGatewayConnectionTest.java | 344 final NetworkRequest nr = networkRequestCaptor.getValue(); in testDataStallHandlingEnabled() local
|
/frameworks/base/telephony/java/android/telephony/ |
D | SignalStrength.java | 111 @NonNull CellSignalStrengthNr nr) { in SignalStrength()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | VerifyingSession.java | 772 final int nr = receivers.size(); in matchComponentForVerifier() local
|