Home
last modified time | relevance | path

Searched refs:mountService (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DCryptKeeperConfirm.java85 IMountService mountService = IMountService.Stub.asInterface(service); in onCreate()
88mountService.encryptStorage(args.getInt("type", -1), args.getString("password")); in onCreate()
142 IMountService mountService = IMountService.Stub.asInterface(service);
143 mountService.setField("SystemLocale", Locale.getDefault().toLanguageTag());
DDevelopmentSettings.java462 IMountService mountService = IMountService.Stub.asInterface(service); in onCreate() local
463 if (!mountService.isConvertibleToFBE()) { in onCreate()