Home
last modified time | relevance | path

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

/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/
DMainActivity.java34 public static final String FRAGTAG = "BatchStepSensorFragment"; field in MainActivity
48 (BatchStepSensorFragment) fm.findFragmentByTag(FRAGTAG); in onCreate()
53 transaction.add(fragment, FRAGTAG); in onCreate()
62 OnCardClickListener clickListener = (OnCardClickListener) fm.findFragmentByTag(FRAGTAG); in onCreate()
/development/samples/browseable/BasicImmersiveMode/src/com.example.android.basicimmersivemode/
DMainActivity.java38 public static final String FRAGTAG = "BasicImmersiveModeFragment"; field in MainActivity
45 if (getSupportFragmentManager().findFragmentByTag(FRAGTAG) == null ) { in onCreate()
48 transaction.add(fragment, FRAGTAG); in onCreate()
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
DMainActivity.java38 public static final String FRAGTAG = "MyCloudFragment"; field in MainActivity
45 if (getSupportFragmentManager().findFragmentByTag(FRAGTAG) == null ) { in onCreate()
48 transaction.add(fragment, FRAGTAG); in onCreate()
/development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
DMainActivity.java38 public static final String FRAGTAG = "BasicGestureDetectFragment"; field in MainActivity
45 if (getSupportFragmentManager().findFragmentByTag(FRAGTAG) == null ) { in onCreate()
48 transaction.add(fragment, FRAGTAG); in onCreate()
/development/samples/browseable/RepeatingAlarm/src/com.example.android.repeatingalarm/
DMainActivity.java38 public static final String FRAGTAG = "RepeatingAlarmFragment"; field in MainActivity
45 if (getSupportFragmentManager().findFragmentByTag(FRAGTAG) == null ) { in onCreate()
48 transaction.add(fragment, FRAGTAG); in onCreate()
/development/samples/browseable/ImmersiveMode/src/com.example.android.immersivemode/
DMainActivity.java38 public static final String FRAGTAG = "ImmersiveModeFragment"; field in MainActivity
45 if (getSupportFragmentManager().findFragmentByTag(FRAGTAG) == null ) { in onCreate()
48 transaction.add(fragment, FRAGTAG); in onCreate()
/development/samples/browseable/StorageClient/src/com.example.android.storageclient/
DMainActivity.java38 public static final String FRAGTAG = "StorageClientFragment"; field in MainActivity
45 if (getSupportFragmentManager().findFragmentByTag(FRAGTAG) == null ) { in onCreate()
48 transaction.add(fragment, FRAGTAG); in onCreate()
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DMainActivity.java40 public static final String FRAGTAG = "SynchronizedNotificationsFragment"; field in MainActivity
51 transaction.add(fragment, FRAGTAG); in onCreate()
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
DMainActivity.java40 public static final String FRAGTAG = "BasicAndroidKeyStoreFragment"; field in MainActivity
51 transaction.add(fragment, FRAGTAG); in onCreate()