Searched refs:retryType (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/utils/ |
D | ManagedApplicationService.java | 154 BinderChecker binderChecker, boolean isImportant, int retryType, Handler handler, in ManagedApplicationService() argument 163 mRetryType = retryType; in ManagedApplicationService() 215 boolean isImportant, int retryType, @NonNull Handler handler, in build() argument 218 settingsAction, binderChecker, isImportant, retryType, handler, eventCallback); in build()
|
/frameworks/base/services/core/java/com/android/server/vr/ |
D | VrManagerService.java | 1177 int retryType = (mBootsToVr) ? ManagedApplicationService.RETRY_FOREVER in createVrListenerService() local 1181 sBinderChecker, /*isImportant*/true, retryType, mHandler, mEventCallback); in createVrListenerService() 1189 int retryType = (mBootsToVr) ? ManagedApplicationService.RETRY_FOREVER in createVrCompositorService() local 1192 /*settingsAction*/null, /*binderChecker*/null, /*isImportant*/true, retryType, in createVrCompositorService()
|