Home
last modified time | relevance | path

Searched refs:startType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DApplicationStartInfoTest.java539 Integer reason, Integer startupState, Integer startType, Integer launchMode) { in verifyInProgressApplicationStartInfo() argument
543 startType, launchMode); in verifyInProgressApplicationStartInfo() local
550 Integer reason, Integer startupState, Integer startType, Integer launchMode) { in verifyApplicationStartInfo() argument
574 if (startType != null) { in verifyApplicationStartInfo()
575 assertEquals(startType.intValue(), info.getStartType()); in verifyApplicationStartInfo()
/frameworks/base/core/java/android/app/
DApplicationStartInfo.java423 public void setStartType(@StartType int startType) { in setStartType() argument
424 mStartType = startType; in setStartType()
931 private static String startTypeToString(@StartType int startType) { in startTypeToString() argument
932 return switch (startType) { in startTypeToString()
DAppOpsManager.java7735 @OpFlags int flags, @Mode int result, @StartedType int startType, in onOpStarted() argument
7737 if (startType != START_TYPE_RESUMED) { in onOpStarted()
7765 @Mode int result, @StartedType int startType, in onOpStarted() argument
7768 onOpStarted(op, uid, packageName, attributionTag, flags, result, startType, in onOpStarted()
8526 int virtualDeviceId, int flags, int mode, int startType, in startWatchingStarted()
8529 flags, mode, startType, attributionFlags, attributionChainId); in startWatchingStarted()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java3786 int startType = START_TYPE_FAILED; in startOperationUnchecked() local
3792 virtualDeviceId, flags, AppOpsManager.MODE_IGNORED, startType, in startOperationUnchecked()
3828 virtualDeviceId, flags, uidMode, startType, attributionFlags, in startOperationUnchecked()
3852 virtualDeviceId, flags, mode, startType, attributionFlags, in startOperationUnchecked()
3870 startType = START_TYPE_STARTED; in startOperationUnchecked()
3876 flags, isRestricted ? MODE_IGNORED : MODE_ALLOWED, startType, attributionFlags, in startOperationUnchecked()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java2849 @ForegroundServiceType int startType) { in validateForegroundServiceType() argument
2868 if (startType == FOREGROUND_SERVICE_TYPE_MANIFEST in validateForegroundServiceType()