Home
last modified time | relevance | path

Searched defs:application (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/src/android/app/cts/
DActivityCallbacksTest.java80 Application application = (Application) targetContext.getApplicationContext(); in tearDown() local
88 Application application = (Application) targetContext.getApplicationContext(); in testActivityCallbackOrder() local
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DBindUtils.java150 private Intent createBindIntentForApplication(TelecomTestApp application) throws Exception { in createBindIntentForApplication()