Home
last modified time | relevance | path

Searched refs:REASON_UNKNOWN (Results 1 – 25 of 44) sorted by relevance

12

/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/scan/
H A DModernMediaScannerTest.java794 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 DNullMediaScannerTest.java39 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 DLegacyMediaScannerTest.java41 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 DMediaScannerTest.java21 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 DPowerWhitelistManager.java114 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 DPowerExemptionManager.java123 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 DResolvePlaylistTest.java19 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 DMediaDocumentsProviderTest.java20 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 DSidefpsControllerTest.kt27 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 DBiometricOverlayConstants.java30 int REASON_UNKNOWN = 0; field
44 @IntDef({REASON_UNKNOWN,
/aosp12/frameworks/base/services/core/java/com/android/server/telecom/
H A DInternalServiceRepository.java19 import static android.os.PowerWhitelistManager.REASON_UNKNOWN;
43 duration, userHandle, true /*sync*/, REASON_UNKNOWN, reason);
/aosp12/frameworks/base/core/java/android/app/
H A DBroadcastOptions.java122 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 DMetrics.java33 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 DMetricsUtils.java218 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 DMetricsTest.java43 Metrics.logScan(volumeName, MediaScanner.REASON_UNKNOWN, 42, 42, 42, 42, 42); in testSimple()
/aosp12/frameworks/base/core/java/android/uwb/
H A DRangingSession.java90 REASON_UNKNOWN,
103 int REASON_UNKNOWN = 0; field
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/scan/
H A DMediaScanner.java34 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 DEnrollClient.java141 return BiometricOverlayConstants.REASON_UNKNOWN; in getOverlayReasonFromEnrollReason()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DSensorOverlaysTest.java91 final int reason = BiometricOverlayConstants.REASON_UNKNOWN; in testShow()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java27 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 DWindowPerfRunPreconditionBase.java140 if (processInfo.importanceReasonCode == RunningAppProcessInfo.REASON_UNKNOWN in killBackgroundProcesses()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java778 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 Dmediametrics.proto149 REASON_UNKNOWN = 0; enumerator
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaInformationRecords.java209 public static final int REASON_UNKNOWN = 0; field in CdmaInformationRecords.CdmaRedirectingNumberInfoRec
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManager.java20 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()

12