Home
last modified time | relevance | path

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

/cts/tests/apppredictionservice/src/android/apppredictionservice/cts/
DAppPredictionServiceTest.java107 AppPredictor client = createTestPredictor(context); in testCreateDestroySession()
116 AppPredictor client2 = createTestPredictor(context2); in testCreateDestroySession()
147 AppPredictor client = createTestPredictor(context); in testRegisterPredictionUpdatesLifecycle()
180 AppPredictor client = createTestPredictor(context); in testAppTargetEvent()
201 AppPredictor client = createTestPredictor(context); in testNotifyLocationShown()
221 AppPredictor client = createTestPredictor(context); in testSortTargets()
246 AppPredictor client = createTestPredictor(context); in testRequestServiceFeatures()
266 assertFails(() -> createTestPredictor(createTestPredictionContext())); in testFailureWithoutPermission()
275 AppPredictor predictor = createTestPredictor(createTestPredictionContext()); in testSuccessWithPermission()
310 private AppPredictor createTestPredictor(AppPredictionContext context) { in createTestPredictor() method in AppPredictionServiceTest