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

  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
MainActivity.java 56 private static final String DIALOG_FRAGMENT_TAG = "myFragment";
118 mFragment.show(getFragmentManager(), DIALOG_FRAGMENT_TAG);
126 mFragment.show(getFragmentManager(), DIALOG_FRAGMENT_TAG);
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
MainActivity.java 56 private static final String DIALOG_FRAGMENT_TAG = "myFragment";
118 mFragment.show(getFragmentManager(), DIALOG_FRAGMENT_TAG);
126 mFragment.show(getFragmentManager(), DIALOG_FRAGMENT_TAG);
  /development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
MainActivity.java 56 private static final String DIALOG_FRAGMENT_TAG = "myFragment";
118 mFragment.show(getFragmentManager(), DIALOG_FRAGMENT_TAG);
126 mFragment.show(getFragmentManager(), DIALOG_FRAGMENT_TAG);
  /developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
MainActivity.java 64 private static final String DIALOG_FRAGMENT_TAG = "myFragment";
319 fragment.show(getFragmentManager(), DIALOG_FRAGMENT_TAG);
330 fragment.show(getFragmentManager(), DIALOG_FRAGMENT_TAG);
  /developers/samples/android/security/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
MainActivity.java 64 private static final String DIALOG_FRAGMENT_TAG = "myFragment";
319 fragment.show(getFragmentManager(), DIALOG_FRAGMENT_TAG);
330 fragment.show(getFragmentManager(), DIALOG_FRAGMENT_TAG);
  /development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
MainActivity.java 64 private static final String DIALOG_FRAGMENT_TAG = "myFragment";
319 fragment.show(getFragmentManager(), DIALOG_FRAGMENT_TAG);
330 fragment.show(getFragmentManager(), DIALOG_FRAGMENT_TAG);
  /frameworks/support/v14/preference/src/android/support/v14/preference/
PreferenceFragment.java 133 private static final String DIALOG_FRAGMENT_TAG =
647 if (getFragmentManager().findFragmentByTag(DIALOG_FRAGMENT_TAG) != null) {
663 f.show(getFragmentManager(), DIALOG_FRAGMENT_TAG);
    [all...]
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceFragmentCompat.java 122 private static final String DIALOG_FRAGMENT_TAG =
635 if (getFragmentManager().findFragmentByTag(DIALOG_FRAGMENT_TAG) != null) {
651 f.show(getFragmentManager(), DIALOG_FRAGMENT_TAG);
    [all...]
  /prebuilts/sdk/current/support/v14/preference/libs/
android-support-v14-preference.jar 
  /prebuilts/sdk/current/support/v7/preference/libs/
android-support-v7-preference.jar 

Completed in 1575 milliseconds