Searched refs:mountService (Results 1 – 2 of 2) sorted by relevance
85 IMountService mountService = IMountService.Stub.asInterface(service); in onCreate()88 … mountService.encryptStorage(args.getInt("type", -1), args.getString("password")); in onCreate()142 IMountService mountService = IMountService.Stub.asInterface(service);143 mountService.setField("SystemLocale", Locale.getDefault().toLanguageTag());
462 IMountService mountService = IMountService.Stub.asInterface(service); in onCreate() local463 if (!mountService.isConvertibleToFBE()) { in onCreate()