OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encryptioninterstitial
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Settings/src/com/android/settings/
SetupEncryptionInterstitial.java
33
* Setup Wizard's version of
EncryptionInterstitial
screen. It inherits the logic and basic
34
* structure from
EncryptionInterstitial
class, and should remain similar to that behaviorally. This
36
* Setup Wizard. Other changes should be done to
EncryptionInterstitial
class instead and let this
39
public class SetupEncryptionInterstitial extends
EncryptionInterstitial
{
43
Intent startIntent =
EncryptionInterstitial
.createStartIntent(ctx, quality,
EncryptionInterstitial.java
44
public class
EncryptionInterstitial
extends SettingsActivity {
45
private static final String TAG =
EncryptionInterstitial
.class.getSimpleName();
66
return new Intent(ctx,
EncryptionInterstitial
.class)
ChooseLockPassword.java
93
intent.putExtra(
EncryptionInterstitial
.EXTRA_REQUIRE_PASSWORD, requirePasswordToDecrypt);
280
EncryptionInterstitial
.EXTRA_REQUIRE_PASSWORD, true);
[
all
...]
ChooseLockPattern.java
81
intent.putExtra(
EncryptionInterstitial
.EXTRA_REQUIRE_PASSWORD, requirePassword);
383
EncryptionInterstitial
.EXTRA_REQUIRE_PASSWORD, true);
673
EncryptionInterstitial
.EXTRA_REQUIRE_PASSWORD, true);
ChooseLockGeneric.java
584
return
EncryptionInterstitial
.createStartIntent(context, quality, required,
[
all
...]
/packages/apps/Settings/
AndroidManifest.xml
[
all
...]
Completed in 86 milliseconds