HomeSort by relevance Sort by last modified time
    Searched refs:ephemeral (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chromeos/cryptohome/
cryptohome_parameters.cc 174 MountParameters::MountParameters(bool ephemeral) : ephemeral(ephemeral) {
178 return ephemeral == other.ephemeral && create_keys == other.create_keys;
cryptohome_parameters.h 133 explicit MountParameters(bool ephemeral);
139 // ephemeral users policy decides whether tmpfs or an encrypted directory is
141 bool ephemeral; member in class:cryptohome::MountParameters
homedir_methods.cc 228 if (request.ephemeral)
  /external/chromium_org/chromeos/login/auth/
cryptohome_authenticator.cc 120 bool ephemeral,
139 cryptohome::MountParameters mount(ephemeral);
159 bool ephemeral,
169 DoMount(attempt, resolver, ephemeral, create_if_nonexistent);
183 bool ephemeral,
228 DoMount(attempt, resolver, ephemeral, create_if_nonexistent);
240 ephemeral,
254 bool ephemeral,
261 DoMount(attempt, resolver, ephemeral, create_if_nonexistent);
271 ephemeral,
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 749 public boolean ephemeral; field in class:WifiConfiguration
882 ephemeral = false;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiAutoJoinController.java     [all...]
WifiConfigStore.java 162 * Framework keeps a list of ephemeral SSIDs that where deleted by user,
218 private static final String EPHEMERAL_KEY = "EPHEMERAL: ";
611 if (config.autoJoinStatus == WifiConfiguration.AUTO_JOIN_DELETED || config.ephemeral) {
669 if (config.autoJoinStatus == WifiConfiguration.AUTO_JOIN_DELETED || config.ephemeral) {
    [all...]
WifiStateMachine.java 584 /* Disable an ephemeral network */
    [all...]
  /external/chromium_org/chrome/browser/background/
background_application_list_model_unittest.cc 354 // Verifies that an ephemeral app cannot trigger background mode.
369 scoped_refptr<Extension> ephemeral = local
370 CreateExtensionBase("ephemeral", false, PUSH_MESSAGING_PERMISSION);
378 // An ephemeral app with push messaging permissions should not trigger
380 AddEphemeralApp(ephemeral.get(), service);
381 ASSERT_FALSE(IsBackgroundApp(*ephemeral.get()));
384 // An ephemeral app with the background permission should not trigger
391 // If the ephemeral app becomes promoted to an installed app, it can now
393 service->PromoteEphemeralApp(ephemeral.get(), false /*from sync*/);
394 ASSERT_TRUE(IsBackgroundApp(*ephemeral.get()))
    [all...]

Completed in 2660 milliseconds