Searched refs:KEY_REMOTE_CALLBACK_RESULT (Results 1 – 4 of 4) sorted by relevance
24 import static android.devicelock.IDeviceLockService.KEY_REMOTE_CALLBACK_RESULT;234 succeeded.set(result.getBoolean(KEY_REMOTE_CALLBACK_RESULT)); in setCallerAllowedToSendUndismissibleNotifications_trueAllowsAppOp()250 succeeded.set(result.getBoolean(KEY_REMOTE_CALLBACK_RESULT)); in setCallerAllowedToSendUndismissibleNotifications_falseDisallowsAppOp()266 succeeded.set(result.getBoolean(KEY_REMOTE_CALLBACK_RESULT)); in setCallerExemptFromActivityBgStartRestrictionState_trueAllowsAppOp()282 succeeded.set(result.getBoolean(KEY_REMOTE_CALLBACK_RESULT)); in setCallerExemptFromActivityBgStartRestrictionState_falseDisallowsAppOp()298 succeeded.set(result.getBoolean(KEY_REMOTE_CALLBACK_RESULT)); in setUidExemptFromRestrictionsState_trueAllowsAppOps()319 succeeded.set(result.getBoolean(KEY_REMOTE_CALLBACK_RESULT)); in setUidExemptFromRestrictionsState_falseDisallowsAppOps()
695 result.putBoolean(KEY_REMOTE_CALLBACK_RESULT, false);714 result.putBoolean(KEY_REMOTE_CALLBACK_RESULT, accepted);811 result.putBoolean(KEY_REMOTE_CALLBACK_RESULT,830 result.putBoolean(KEY_REMOTE_CALLBACK_RESULT,907 result.putBoolean(KEY_REMOTE_CALLBACK_RESULT,1037 result.putBoolean(KEY_REMOTE_CALLBACK_RESULT, keepaliveEnabled);1066 result.putBoolean(KEY_REMOTE_CALLBACK_RESULT, serviceConnection != null);1080 result.putBoolean(KEY_REMOTE_CALLBACK_RESULT, true);1101 result.putBoolean(KEY_REMOTE_CALLBACK_RESULT, true);
65 const String KEY_REMOTE_CALLBACK_RESULT = "KEY_REMOTE_CALLBACK_RESULT"; field
266 IDeviceLockService.KEY_REMOTE_CALLBACK_RESULT); in processResult()