Searched refs:retryType (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/telephony/java/android/telephony/data/ |
D | ThrottleStatus.java | 160 @RetryType int retryType) { in ThrottleStatus() argument 166 mRetryType = retryType; in ThrottleStatus() 366 public Builder setRetryType(@RetryType int retryType) { in setRetryType() argument 367 this.mRetryType = retryType; in setRetryType()
|
/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 | 1181 int retryType = (mBootsToVr) ? ManagedApplicationService.RETRY_FOREVER in createVrListenerService() local 1185 sBinderChecker, /*isImportant*/true, retryType, mHandler, mEventCallback); in createVrListenerService() 1193 int retryType = (mBootsToVr) ? ManagedApplicationService.RETRY_FOREVER in createVrCompositorService() local 1196 /*settingsAction*/null, /*binderChecker*/null, /*isImportant*/true, retryType, in createVrCompositorService()
|