Searched refs:RETENTION_TAG (Results 1 – 1 of 1) sorted by relevance
40 private static final String RETENTION_TAG = "retention"; field in MainActivity65 mRetentionFragment = (StreamRetentionFragment) fm.findFragmentByTag(RETENTION_TAG); in onCreate()68 fm.beginTransaction().add(mRetentionFragment, RETENTION_TAG).commit(); in onCreate()