OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChooseLockPattern
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Settings/src/com/android/settings/
SetupChooseLockPattern.java
26
* Setup Wizard's version of
ChooseLockPattern
screen. It inherits the logic and basic structure
27
* from
ChooseLockPattern
class, and should remain similar to that behaviorally. This class should
29
* Other changes should be done to
ChooseLockPattern
class instead and let this class inherit
32
public class SetupChooseLockPattern extends
ChooseLockPattern
{
36
Intent intent =
ChooseLockPattern
.createIntent(context, requirePassword,
43
Intent intent =
ChooseLockPattern
.createIntent(
50
Intent intent =
ChooseLockPattern
.createIntent(
ChooseLockPattern.java
55
public class
ChooseLockPattern
extends SettingsActivity {
67
private static final String TAG = "
ChooseLockPattern
";
78
Intent intent = new Intent(context,
ChooseLockPattern
.class);
372
if (!(getActivity() instanceof
ChooseLockPattern
)) {
ChooseLockGeneric.java
568
return
ChooseLockPattern
.createIntent(context, requirePassword,
574
return
ChooseLockPattern
.createIntent(context, requirePassword, challenge, userId);
579
return
ChooseLockPattern
.createIntent(context, requirePassword, pattern, userId);
[
all
...]
SettingsActivity.java
324
ChooseLockPattern
.ChooseLockPatternFragment.class.getName(),
[
all
...]
Completed in 99 milliseconds