Home
last modified time | relevance | path

Searched refs:APPLICATION_LABEL_TEST_APP (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/preferred/
DPreferredActivitiesTest.java19 import static android.dynamicmime.common.Constants.APPLICATION_LABEL_TEST_APP;
127 return APPLICATION_LABEL_TEST_APP; in testRemoveFromGroup()
157 return APPLICATION_LABEL_TEST_APP; in testAddToGroup()
182 return APPLICATION_LABEL_TEST_APP; in testClearGroup()
207 return APPLICATION_LABEL_TEST_APP; in testModifyGroupWithoutActualGroupChanges()
248 return APPLICATION_LABEL_TEST_APP; in testModifyGroupWithoutActualIntentFilterChanges()
/cts/hostsidetests/packagemanager/dynamicmime/common/src/android/dynamicmime/common/
DConstants.java52 public static final String APPLICATION_LABEL_TEST_APP = "TestApp.Application"; field in Constants