Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/backup/
DTrampolineTest.java1049 Intent configurationIntentStub = new Intent(); in getConfigurationIntentForUser_forwarded() local
1051 configurationIntentStub); in getConfigurationIntentForUser_forwarded()
1055 configurationIntentStub, in getConfigurationIntentForUser_forwarded()
1063 Intent configurationIntentStub = new Intent(); in getConfigurationIntent_forwarded() local
1065 configurationIntentStub); in getConfigurationIntent_forwarded()
1068 assertEquals(configurationIntentStub, mTrampoline.getConfigurationIntent(TRANSPORT_NAME)); in getConfigurationIntent_forwarded()