/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/scan/ |
H A D | ModernMediaScannerTest.java | 794 mModern.scanFile(audio, REASON_UNKNOWN); in testScan_audio_empty_title() 813 mModern.scanFile(audio, REASON_UNKNOWN); in testScan_audio_recording() 853 mModern.scanFile(file, REASON_UNKNOWN); in testScan_audioMp4_notRescanIfUnchanged() 854 mModern.scanFile(file, REASON_UNKNOWN); in testScan_audioMp4_notRescanIfUnchanged() 886 mModern.scanFile(dir, REASON_UNKNOWN); in testScan_166063754() 958 mModern.scanFile(audio, REASON_UNKNOWN); in testScan_deleteStaleRowWithExpiredPendingFile() 977 mModern.scanFile(audio, REASON_UNKNOWN); in testScan_deleteStaleRowWithExpiredPendingFile() 1000 mModern.scanFile(audio, REASON_UNKNOWN); in testScan_keepStaleRowWithNonExpiredPendingFile() 1019 mModern.scanFile(audio, REASON_UNKNOWN); in testScan_keepStaleRowWithNonExpiredPendingFile() 1042 mModern.scanFile(audio, REASON_UNKNOWN); in testScan_deleteStaleRowWithExpiredTrashedFile() [all …]
|
H A D | NullMediaScannerTest.java | 39 scanner.scanDirectory(new File("/dev/null"), MediaScanner.REASON_UNKNOWN); in testSimple() 40 scanner.scanFile(new File("/dev/null"), MediaScanner.REASON_UNKNOWN); in testSimple() 41 scanner.scanFile(new File("/dev/null"), MediaScanner.REASON_UNKNOWN, in testSimple()
|
H A D | LegacyMediaScannerTest.java | 41 scanner.scanDirectory(new File("/dev/null"), MediaScanner.REASON_UNKNOWN); in testSimple() 46 scanner.scanFile(new File("/dev/null"), MediaScanner.REASON_UNKNOWN); in testSimple() 51 scanner.scanFile(new File("/dev/null"), MediaScanner.REASON_UNKNOWN, in testSimple()
|
H A D | MediaScannerTest.java | 21 import static com.android.providers.media.scan.MediaScanner.REASON_UNKNOWN; 244 scanner.scanDirectory(dir, REASON_UNKNOWN); in scanDirectory()
|
/aosp12/frameworks/base/apex/jobscheduler/framework/java/android/os/ |
H A D | PowerWhitelistManager.java | 114 public static final int REASON_UNKNOWN = PowerExemptionManager.REASON_UNKNOWN; field in PowerWhitelistManager 321 REASON_UNKNOWN, 477 packageName, REASON_UNKNOWN, packageName, durationMs); in whitelistAppTemporarily() 498 packageName, REASON_UNKNOWN, reason, event); in whitelistAppTemporarilyForEvent()
|
H A D | PowerExemptionManager.java | 123 public static final int REASON_UNKNOWN = 0; field in PowerExemptionManager 359 REASON_UNKNOWN, 601 case REASON_UNKNOWN: in reasonCodeToString()
|
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
H A D | ResolvePlaylistTest.java | 19 import static com.android.providers.media.scan.MediaScanner.REASON_UNKNOWN; 110 mModern.scanDirectory(mDir, REASON_UNKNOWN); in doPlaylist() 144 mModern.scanDirectory(mDir, REASON_UNKNOWN); in doPlaylist() 164 mModern.scanDirectory(mDir, REASON_UNKNOWN); in doPlaylist() 190 mModern.scanDirectory(mDir, REASON_UNKNOWN); in testBrokenPlaylistM3u() 222 mModern.scanDirectory(mDir, REASON_UNKNOWN); in testPlaylistDeletion() 256 mModern.scanDirectory(mDir, REASON_UNKNOWN); in testPlaylistMembersDeletion()
|
H A D | MediaDocumentsProviderTest.java | 20 import static com.android.providers.media.scan.MediaScanner.REASON_UNKNOWN; 263 scanner.scanDirectory(dir, REASON_UNKNOWN); in stageTestMedia()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | SidefpsControllerTest.kt | 27 import android.hardware.biometrics.BiometricOverlayConstants.REASON_UNKNOWN 168 overlayController.show(SENSOR_ID, REASON_UNKNOWN) 180 overlayController.show(SENSOR_ID, REASON_UNKNOWN) 196 overlayController.show(SENSOR_ID, REASON_UNKNOWN) 206 overlayController.show(SENSOR_ID, REASON_UNKNOWN) 274 overlayController.show(SENSOR_ID, REASON_UNKNOWN)
|
/aosp12/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | BiometricOverlayConstants.java | 30 int REASON_UNKNOWN = 0; field 44 @IntDef({REASON_UNKNOWN,
|
/aosp12/frameworks/base/services/core/java/com/android/server/telecom/ |
H A D | InternalServiceRepository.java | 19 import static android.os.PowerWhitelistManager.REASON_UNKNOWN; 43 duration, userHandle, true /*sync*/, REASON_UNKNOWN, reason);
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | BroadcastOptions.java | 122 PowerExemptionManager.REASON_UNKNOWN); in BroadcastOptions() 148 PowerExemptionManager.REASON_UNKNOWN, null); in setTemporaryAppWhitelistDuration() 189 mTemporaryAppAllowlistReasonCode = PowerExemptionManager.REASON_UNKNOWN; in resetTemporaryAppAllowlist()
|
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
H A D | Metrics.java | 33 import static com.android.providers.media.scan.MediaScanner.REASON_UNKNOWN; 143 case REASON_UNKNOWN: return "REASON_UNKNOWN"; in translateReason()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | MetricsUtils.java | 218 return NetworkDisableReason.REASON_UNKNOWN; in convertNetworkSelectionDisableReasonToWifiProtoEnum() 253 return NetworkDisableReason.REASON_UNKNOWN; in convertBssidBlocklistReasonToWifiProtoEnum()
|
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/ |
H A D | MetricsTest.java | 43 Metrics.logScan(volumeName, MediaScanner.REASON_UNKNOWN, 42, 42, 42, 42, 42); in testSimple()
|
/aosp12/frameworks/base/core/java/android/uwb/ |
H A D | RangingSession.java | 90 REASON_UNKNOWN, 103 int REASON_UNKNOWN = 0; field
|
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/scan/ |
H A D | MediaScanner.java | 34 public static final int REASON_UNKNOWN = MEDIA_PROVIDER_SCAN_OCCURRED__REASON__UNKNOWN; field
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | EnrollClient.java | 141 return BiometricOverlayConstants.REASON_UNKNOWN; in getOverlayReasonFromEnrollReason()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/ |
H A D | SensorOverlaysTest.java | 91 final int reason = BiometricOverlayConstants.REASON_UNKNOWN; in testShow()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifCollectionTest.java | 27 import static com.android.systemui.statusbar.notification.collection.NotifCollection.REASON_UNKNOWN; 660 mNoMan.retractNotif(notif2.sbn, REASON_UNKNOWN); in testDismissingNonExistentNotificationThrows() 958 mNoMan.retractNotif(notif2.sbn, REASON_UNKNOWN); in testNotificationIsRemovedWhenAllLifetimeExtendersExpire() 970 verify(mCollectionListener).onEntryRemoved(entry2, REASON_UNKNOWN); in testNotificationIsRemovedWhenAllLifetimeExtendersExpire() 988 mNoMan.retractNotif(notif2.sbn, REASON_UNKNOWN); in testLifetimeExtensionIsCanceledWhenNotifIsUpdated() 1018 mNoMan.retractNotif(notif2.sbn, REASON_UNKNOWN); in testReentrantCallsToLifetimeExtendersThrow() 1047 mNoMan.retractNotif(notif2.sbn, REASON_UNKNOWN); in testRankingIsUpdatedWhenALifetimeExtendedNotifIsReposted()
|
/aosp12/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
H A D | WindowPerfRunPreconditionBase.java | 140 if (processInfo.importanceReasonCode == RunningAppProcessInfo.REASON_UNKNOWN in killBackgroundProcesses()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifCollection.java | 778 NotifCollection.this.onNotificationRemoved(sbn, rankingMap, REASON_UNKNOWN); 847 REASON_UNKNOWN, 871 public static final int REASON_UNKNOWN = 0; field in NotifCollection
|
/aosp12/frameworks/proto_logging/stats/enums/stats/mediametrics/ |
H A D | mediametrics.proto | 149 REASON_UNKNOWN = 0; enumerator
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
H A D | CdmaInformationRecords.java | 209 public static final int REASON_UNKNOWN = 0; field in CdmaInformationRecords.CdmaRedirectingNumberInfoRec
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationEntryManager.java | 20 import static com.android.systemui.statusbar.notification.collection.NotifCollection.REASON_UNKNOWN; 484 listener.onEntryRemoved(pendingEntry, REASON_UNKNOWN); in removeNotificationInternal() 536 listener.onEntryRemoved(entry, REASON_UNKNOWN); in removeNotificationInternal()
|