Searched defs:startType (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | ApplicationStartInfoTest.java | 539 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/ |
D | ApplicationStartInfo.java | 423 public void setStartType(@StartType int startType) { in setStartType() 931 private static String startTypeToString(@StartType int startType) { in startTypeToString()
|
D | AppOpsManager.java | 7735 @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/ |
D | AppOpsService.java | 3786 int startType = START_TYPE_FAILED; in startOperationUnchecked() local
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 2849 @ForegroundServiceType int startType) { in validateForegroundServiceType()
|