Home
last modified time | relevance | path

Searched defs: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()
543 startType, launchMode); in verifyInProgressApplicationStartInfo() local
550 Integer reason, Integer startupState, Integer startType, Integer launchMode) { in verifyApplicationStartInfo()
/frameworks/base/core/java/android/app/
DApplicationStartInfo.java423 public void setStartType(@StartType int startType) { in setStartType()
931 private static String startTypeToString(@StartType int startType) { in startTypeToString()
DAppOpsManager.java7735 @OpFlags int flags, @Mode int result, @StartedType int startType, in onOpStarted()
7765 @Mode int result, @StartedType int startType, in onOpStarted()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java3786 int startType = START_TYPE_FAILED; in startOperationUnchecked() local
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java2849 @ForegroundServiceType int startType) { in validateForegroundServiceType()