Home
last modified time | relevance | path

Searched refs:KEY_RESULT (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Permission/framework-s/java/android/app/role/
DRoleControllerService.java147 result.putBoolean(RoleControllerManager.KEY_RESULT, qualified); in onBind()
166 result.putBoolean(RoleControllerManager.KEY_RESULT, visible); in onBind()
182 result.putBoolean(RoleControllerManager.KEY_RESULT, visible); in onBind()
198 result.putStringArrayList(RoleControllerManager.KEY_RESULT, in onBind()
212 result.putBoolean(RoleControllerManager.KEY_RESULT, successful);
227 result.putBoolean(RoleControllerManager.KEY_RESULT, successful);
242 result.putBoolean(RoleControllerManager.KEY_RESULT, successful);
255 result.putBoolean(RoleControllerManager.KEY_RESULT, successful);
DRoleControllerManager.java55 public static final String KEY_RESULT = RoleControllerManager.class.getName() + ".key.RESULT"; field in RoleControllerManager
255 future.complete(result.getStringArrayList(KEY_RESULT)); in getLegacyFallbackDisabledRoles()
283 future.complete(result.getBoolean(KEY_RESULT)); in createBooleanRemoteCallback()
/packages/services/Car/car-lib/src/android/car/
DAoapService.java117 public static final String KEY_RESULT = "result"; field in AoapService
246 data.putInt(KEY_RESULT, result); in createResponseMessage()
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/
DIDeviceLockControllerService.aidl29 const String KEY_RESULT = "KEY_RESULT"; field
DDeviceLockControllerService.java92 remoteCallbackWrapper(remoteCallback, KEY_RESULT),
101 remoteCallbackWrapper(remoteCallback, KEY_RESULT),
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DAoapServiceManager.java51 private static final String KEY_RESULT = "result"; field in AoapServiceManager
262 int result = data.getInt(KEY_RESULT); in isResultOk()
/packages/modules/DeviceLock/service/java/com/android/server/devicelock/
DDeviceLockControllerConnectorImpl.java344 result.getBoolean(IDeviceLockControllerService.KEY_RESULT);
366 result.getString(IDeviceLockControllerService.KEY_RESULT);
/packages/modules/DeviceLock/tests/unittests/src/com/android/server/devicelock/
DDeviceLockServiceImplTest.java185 bundle.putString(IDeviceLockControllerService.KEY_RESULT, testImei); in getDeviceId_withIMEIType_shouldReturnIMEI()
214 bundle.putString(IDeviceLockControllerService.KEY_RESULT, testMeid); in getDeviceId_withMEIDType_shouldReturnMEID()
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt6 android.car AoapService String KEY_RESULT
Dcar_hidden_apis_release_33.1.txt6 android.car AoapService String KEY_RESULT
Dcar_hidden_apis.txt2 android.car AoapService String KEY_RESULT
Dcar_hidden_apis_release_33.3.txt6 android.car AoapService String KEY_RESULT
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt736 field TIRAMISU_0 @hiddenOnly String KEY_RESULT = "result";