Home
last modified time | relevance | path

Searched refs:REASON (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/filters/
DStubIntersectingFilter.kt21 private const val REASON = "demoted, not in intersect jars" in <lambda>() constant
61 return origPolicy.demoteToKeep(REASON) in <lambda>()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/devicepolicy/
DFactoryResetterTest.java60 private static final String REASON = "self-destruct"; field in FactoryResetterTest
196 .setReason(REASON) in testFactoryReset_allArgs()
238 .setReason(REASON) in testFactoryReset_allArgs_safetyChecker_replied()
285 /* reason= */ REASON, /* force= */ true, /* wipeEuicc= */ true, in verifyRebootWipeUserDataAllArgsCalled()
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DMainContentCaptureSessionTest.java76 private static final int REASON = 123; field in MainContentCaptureSessionTest
266 session.flush(REASON); in flush_contentCaptureDisabled_contentProtectionDisabled()
283 session.flush(REASON); in flush_contentCaptureDisabled_contentProtectionEnabled()
301 session.flush(REASON); in flush_contentCaptureEnabled_contentProtectionDisabled()
319 session.flush(REASON); in flush_contentCaptureEnabled_contentProtectionEnabled()
521 .sendEvents(captor.capture(), eq(REASON), eq(options)); in assertEventFlushedContentCapture()
DMainContentCaptureSessionV2Test.java76 private static final int REASON = 123; field in MainContentCaptureSessionV2Test
266 session.flush(REASON); in flush_contentCaptureDisabled_contentProtectionDisabled()
283 session.flush(REASON); in flush_contentCaptureDisabled_contentProtectionEnabled()
301 session.flush(REASON); in flush_contentCaptureEnabled_contentProtectionDisabled()
319 session.flush(REASON); in flush_contentCaptureEnabled_contentProtectionEnabled()
589 .sendEvents(captor.capture(), eq(REASON), eq(options)); in assertEventFlushedContentCapture()
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DInputDeviceDelegateTest.java60 private static final String REASON = "some reason"; field in InputDeviceDelegateTest
265 new Vibration.CallerInfo(VIBRATION_ATTRIBUTES, UID, -1, PACKAGE_NAME, REASON), in vibrateIfAvailable_withNoInputDevice_returnsFalse()
280 new Vibration.CallerInfo(VIBRATION_ATTRIBUTES, UID, -1, PACKAGE_NAME, REASON), in vibrateIfAvailable_withInputDevices_returnsTrueAndVibratesAllDevices()
/frameworks/base/core/java/android/app/
DApplicationStartInfo.java752 proto.write(ApplicationStartInfoProto.REASON, mReason); in writeToProto()
823 case (int) ApplicationStartInfoProto.REASON: in readFromProto()
824 mReason = proto.readInt(ApplicationStartInfoProto.REASON); in readFromProto()
DApplicationExitInfo.java1432 proto.write(ApplicationExitInfoProto.REASON, mReason); in writeToProto()
1477 case (int) ApplicationExitInfoProto.REASON: in readFromProto()
1478 mReason = proto.readInt(ApplicationExitInfoProto.REASON); in readFromProto()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobPackageTracker.java436 proto.write(DataSetProto.PackageEntryProto.StopReasonCount.REASON, in dump()
DJobSchedulerService.java6243 proto.write(JobSchedulerServiceDumpProto.JobRestriction.REASON,
/frameworks/base/core/api/
Dsystem-current.txt3905 field public static final String EXTRA_REASON = "android.intent.extra.REASON";
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt35879 Landroid/os/IncidentHeaderProto;->REASON:J