Home
last modified time | relevance | path

Searched refs:FRAGTAG (Results 1 – 10 of 10) sorted by relevance

/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/
DMainActivity.java35 public static final String FRAGTAG = "BatchStepSensorFragment"; field in MainActivity
49 (BatchStepSensorFragment) fm.findFragmentByTag(FRAGTAG); in onCreate()
54 transaction.add(fragment, FRAGTAG); in onCreate()
63 OnCardClickListener clickListener = (OnCardClickListener) fm.findFragmentByTag(FRAGTAG); in onCreate()
/development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
DMainActivity.java39 public static final String FRAGTAG = "BasicGestureDetectFragment"; field in MainActivity
46 if (getSupportFragmentManager().findFragmentByTag(FRAGTAG) == null ) { in onCreate()
49 transaction.add(fragment, FRAGTAG); in onCreate()
/development/samples/browseable/RepeatingAlarm/src/com.example.android.repeatingalarm/
DMainActivity.java39 public static final String FRAGTAG = "RepeatingAlarmFragment"; field in MainActivity
46 if (getSupportFragmentManager().findFragmentByTag(FRAGTAG) == null ) { in onCreate()
49 transaction.add(fragment, FRAGTAG); in onCreate()
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
DMainActivity.java39 public static final String FRAGTAG = "StorageProviderFragment"; field in MainActivity
46 if (getSupportFragmentManager().findFragmentByTag(FRAGTAG) == null ) { in onCreate()
49 transaction.add(fragment, FRAGTAG); in onCreate()
/development/samples/browseable/StorageClient/src/com.example.android.storageclient/
DMainActivity.java39 public static final String FRAGTAG = "StorageClientFragment"; field in MainActivity
46 if (getSupportFragmentManager().findFragmentByTag(FRAGTAG) == null ) { in onCreate()
49 transaction.add(fragment, FRAGTAG); in onCreate()
/development/samples/browseable/ImmersiveMode/src/com.example.android.immersivemode/
DMainActivity.java39 public static final String FRAGTAG = "ImmersiveModeFragment"; field in MainActivity
46 if (getSupportFragmentManager().findFragmentByTag(FRAGTAG) == null ) { in onCreate()
49 transaction.add(fragment, FRAGTAG); in onCreate()
/development/samples/browseable/BasicImmersiveMode/src/com.example.android.basicimmersivemode/
DMainActivity.java39 public static final String FRAGTAG = "BasicImmersiveModeFragment"; field in MainActivity
46 if (getSupportFragmentManager().findFragmentByTag(FRAGTAG) == null ) { in onCreate()
49 transaction.add(fragment, FRAGTAG); in onCreate()
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
DMainActivity.java41 public static final String FRAGTAG = "BasicAndroidKeyStoreFragment"; field in MainActivity
52 transaction.add(fragment, FRAGTAG); in onCreate()
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DMainActivity.java41 public static final String FRAGTAG = "SynchronizedNotificationsFragment"; field in MainActivity
52 transaction.add(fragment, FRAGTAG); in onCreate()
/development/samples/browseable/BeamLargeFiles/src/com.example.android.beamlargefiles/
DMainActivity.java41 public static final String FRAGTAG = "BeamLargeFilesFragment"; field in MainActivity
52 transaction.add(fragment, FRAGTAG); in onCreate()