Searched refs:pluginParams (Results 1 – 1 of 1) sorted by relevance
116 Bundle pluginParams = new Bundle(); in runIsolatedService() local117 pluginParams.putString( in runIsolatedService()120 pluginParams.putInt(PARAM_OPERATION_KEY, operationCode); in runIsolatedService()121 pluginParams.putParcelable(PARAM_SERVICE_INPUT, serviceParams); in runIsolatedService()122 return executePlugin(isolatedProcessInfo.getPluginController(), pluginParams); in runIsolatedService()186 @NonNull PluginController pluginController, @NonNull Bundle pluginParams) {191 pluginController.execute(pluginParams, new PluginCallback() {