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

  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/
MainActivity.java 39 private static final String RETENTION_TAG = "retention";
64 mRetentionFragment = (StreamRetentionFragment) fm.findFragmentByTag(RETENTION_TAG);
67 fm.beginTransaction().add(mRetentionFragment, RETENTION_TAG).commit();
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/
MainActivity.java 39 private static final String RETENTION_TAG = "retention";
64 mRetentionFragment = (StreamRetentionFragment) fm.findFragmentByTag(RETENTION_TAG);
67 fm.beginTransaction().add(mRetentionFragment, RETENTION_TAG).commit();

Completed in 2227 milliseconds