Home
last modified time | relevance | path

Searched refs:stage (Results 1 – 25 of 25) sorted by relevance

/packages/apps/Settings/src/com/android/settings/password/
DSetupChooseLockPattern.java120 protected void updateStage(Stage stage) { in updateStage() argument
121 super.updateStage(stage); in updateStage()
125 (stage == Stage.Introduction || stage == Stage.HelpScreen || in updateStage()
126 stage == Stage.ChoiceTooShort || stage == Stage.FirstChoiceValid) in updateStage()
130 if (stage.leftMode == LeftButtonMode.Gone && stage == Stage.Introduction) { in updateStage()
140 if (stage.message == ID_EMPTY_MESSAGE) { in updateStage()
143 mMessageText.setText(stage.message); in updateStage()
DChooseLockPattern.java685 protected void updateStage(Stage stage) { in updateStage() argument
688 mUiStage = stage; in updateStage()
692 if (stage == Stage.ChoiceTooShort) { in updateStage()
695 stage.headerMessage, in updateStage()
698 mHeaderText.setText(stage.headerMessage); in updateStage()
701 int message = forBiometrics ? stage.messageForBiometrics : stage.message; in updateStage()
707 if (stage.footerMessage == ID_EMPTY_MESSAGE) { in updateStage()
710 mFooterText.setText(stage.footerMessage); in updateStage()
713 if (stage == Stage.ConfirmWrong || stage == Stage.ChoiceTooShort) { in updateStage()
724 if (stage == Stage.NeedToConfirm && forBiometrics) { in updateStage()
[all …]
DConfirmLockPattern.java284 private void updateStage(Stage stage) { in updateStage() argument
285 switch (stage) { in updateStage()
DChooseLockPassword.java584 protected void updateStage(Stage stage) { in updateStage() argument
586 mUiStage = stage; in updateStage()
591 if (previousStage != stage) { in updateStage()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DChooseLockPattern.java686 protected void updateStage(Stage stage) { in updateStage() argument
689 mUiStage = stage; in updateStage()
693 if (stage == Stage.ChoiceTooShort) { in updateStage()
696 stage.headerMessage, in updateStage()
699 mHeaderText.setText(stage.headerMessage); in updateStage()
702 int message = forBiometrics ? stage.messageForBiometrics : stage.message; in updateStage()
708 if (stage.footerMessage == ID_EMPTY_MESSAGE) { in updateStage()
711 mFooterText.setText(stage.footerMessage); in updateStage()
714 if (stage == Stage.ConfirmWrong || stage == Stage.ChoiceTooShort) { in updateStage()
725 if (stage == Stage.NeedToConfirm && forBiometrics) { in updateStage()
[all …]
DSetupChooseLockPattern.java102 protected void updateStage(Stage stage) { in updateStage() argument
103 super.updateStage(stage); in updateStage()
107 (stage == Stage.Introduction || stage == Stage.HelpScreen || in updateStage()
108 stage == Stage.ChoiceTooShort || stage == Stage.FirstChoiceValid) in updateStage()
112 if (stage.leftMode == LeftButtonMode.Gone && stage == Stage.Introduction) { in updateStage()
DConfirmLockPattern.java284 private void updateStage(Stage stage) { in updateStage() argument
285 switch (stage) { in updateStage()
DChooseLockPassword.java585 protected void updateStage(Stage stage) { in updateStage() argument
587 mUiStage = stage; in updateStage()
592 if (previousStage != stage) { in updateStage()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/scan/
DMediaScannerTest.java119 stage(R.raw.test_audio, new File(dir, "test.mp3")); in testCorrectness()
120 stage(R.raw.test_video, new File(dir, "test.mp4")); in testCorrectness()
121 stage(R.raw.test_image, new File(dir, "test.jpg")); in testCorrectness()
185 stage(dir, 4, 3); in testSpeed()
229 private static void stage(File dir, int deep, int wide) throws IOException { in stage() method in MediaScannerTest
233 stage(new File(dir, "dir" + System.nanoTime()), deep - 1, wide * 2); in stage()
237 stage(R.raw.test_image, new File(dir, System.nanoTime() + ".jpg")); in stage()
238 stage(R.raw.test_video, new File(dir, System.nanoTime() + ".mp4")); in stage()
242 public static File stage(int resId, File file) throws IOException { in stage() method in MediaScannerTest
DModernMediaScannerTest.java19 import static com.android.providers.media.scan.MediaScannerTest.stage;
253 stage(R.raw.test_audio, new File(music, "001.mp3")); in doPlaylist()
254 stage(R.raw.test_audio, new File(music, "002.mp3")); in doPlaylist()
255 stage(R.raw.test_audio, new File(music, "003.mp3")); in doPlaylist()
256 stage(res, new File(music, name)); in doPlaylist()
304 stage(R.raw.test_image, file); in testScan_Common()
357 stage(R.raw.test_image, new File(red, "red.jpg")); in testScan_Nomedia_Dir()
358 stage(R.raw.test_image, new File(blue, "blue.jpg")); in testScan_Nomedia_Dir()
383 stage(R.raw.test_image, image); in testScan_Nomedia_File()
/packages/apps/Car/Settings/src/com/android/car/settings/security/
DChooseLockPatternFragment.java241 protected void updateStage(Stage stage) { in updateStage() argument
242 mUiStage = stage; in updateStage()
246 mMessageText.setText(stage.mMessageId); in updateStage()
248 if (stage.mSecondaryButtonState == SecondaryButtonState.Gone) { in updateStage()
252 setSecondaryButtonText(stage.mSecondaryButtonState.mTextResId); in updateStage()
253 setSecondaryButtonEnabled(stage.mSecondaryButtonState.mEnabled); in updateStage()
256 setPrimaryButtonText(stage.mPrimaryButtonState.mText); in updateStage()
257 setPrimaryButtonEnabled(stage.mPrimaryButtonState.mEnabled); in updateStage()
260 if (stage.mPatternEnabled) { in updateStage()
DChooseLockPinPasswordFragment.java468 void updateStage(Stage stage) { in updateStage() argument
469 mUiStage = stage; in updateStage()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/testcommon/
DActivityLifecycleWaiter.java33 public ActivityLifecycleWaiter(Activity activity, Stage stage) { in ActivityLifecycleWaiter() argument
35 mStage = stage; in ActivityLifecycleWaiter()
40 public void onActivityLifecycleChanged(Activity activity, Stage stage) { in onActivityLifecycleChanged() argument
41 if (activity == mActivity && stage == mStage) { in onActivityLifecycleChanged()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DIdleServiceTest.java61 final File file = MediaScannerTest.stage(R.raw.test_image, in testPruneThumbnails()
/packages/apps/Dialer/java/com/android/dialer/proguard/
Dproguard_base.flags52 # Don't warn about Guava. Any Guava-using app will fail the proguard stage without this dontwarn,
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
/packages/apps/TV/tuner/tests/assets/
Dcapture_kqed.ts47601 …4 Lads, the 4 Aces, the 4 Coins, Don Cherry, Gogi Grant & more take the stage.J����������������…