Searched refs:getKioskAllowlist (Results 1 – 7 of 7) sorted by relevance
70 public List<String> getKioskAllowlist() {71 return SetupParameters.getKioskAllowlist(mContext);
173 public ListenableFuture<List<String>> getKioskAllowlist() {174 return call(() -> asInterface(getService()).getKioskAllowlist());
30 List<String> getKioskAllowlist(); in getKioskAllowlist() method
110 KEY_KIOSK_ALLOWLIST, getKioskAllowlist(context), in dumpParameters()193 static ImmutableList<String> getKioskAllowlist(Context context) { in getKioskAllowlist() method in SetupParameters
62 assertThat(mISetupParametersService.getKioskAllowlist()) in createPrefs_shouldPopulatePrefs()
56 assertThat(SetupParameters.getKioskAllowlist(mContext)) in createPrefs_shouldPopulatePreferences()
231 Futures.getUnchecked(setupParametersClient.getKioskAllowlist()));