/packages/apps/Settings/src/com/android/settings/password/ |
D | SetupChooseLockPattern.java | 120 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()
|
D | ChooseLockPattern.java | 685 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 …]
|
D | ConfirmLockPattern.java | 284 private void updateStage(Stage stage) { in updateStage() argument 285 switch (stage) { in updateStage()
|
D | ChooseLockPassword.java | 584 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/ |
D | ChooseLockPattern.java | 686 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 …]
|
D | SetupChooseLockPattern.java | 102 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()
|
D | ConfirmLockPattern.java | 284 private void updateStage(Stage stage) { in updateStage() argument 285 switch (stage) { in updateStage()
|
D | ChooseLockPassword.java | 585 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/ |
D | MediaScannerTest.java | 119 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
|
D | ModernMediaScannerTest.java | 19 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/ |
D | ChooseLockPatternFragment.java | 241 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()
|
D | ChooseLockPinPasswordFragment.java | 468 void updateStage(Stage stage) { in updateStage() argument 469 mUiStage = stage; in updateStage()
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/testcommon/ |
D | ActivityLifecycleWaiter.java | 33 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/ |
D | IdleServiceTest.java | 61 final File file = MediaScannerTest.stage(R.raw.test_image, in testPruneThumbnails()
|
/packages/apps/Dialer/java/com/android/dialer/proguard/ |
D | proguard_base.flags | 52 # Don't warn about Guava. Any Guava-using app will fail the proguard stage without this dontwarn,
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
/packages/apps/TV/tuner/tests/assets/ |
D | capture_kqed.ts | 47601 …4 Lads, the 4 Aces, the 4 Coins, Don Cherry, Gogi Grant & more take the stage.J����������������…
|