Searched refs:testService (Results 1 – 6 of 6) sorted by relevance
132 private lateinit var testService: IAppOpsUserService in nativeNoteOp() variable in android.app.appops.cts.AppOpsLoggingTest187 testService = newService.get(TIMEOUT_MILLIS, MILLISECONDS) in nativeNoteOp()275 testService.disableCollectorAndCallSyncOpsWhichWillNotBeCollected( in nativeNoteOp()283 testService.disableCollectorAndCallASyncOpsWhichWillBeCollected( in nativeNoteOp()291 testService.callApiThatNotesSyncOpAndCheckLog(AppOpsUserClient(context)) in nativeNoteOp()298 testService.callApiThatNotesSyncOpWithAttributionAndCheckLog(AppOpsUserClient(context)) in nativeNoteOp()305 testService.callApiThatNotesSyncOpFromNativeCodeAndCheckLog( in nativeNoteOp()313 testService.callApiThatNotesSyncOpFromNativeCodeAndCheckMessage( in nativeNoteOp()321 testService.callApiThatNotesSyncOpAndCheckStackTrace(AppOpsUserClient(context)) in nativeNoteOp()328 testService.callApiThatCallsBackIntoServiceAndCheckLog( in nativeNoteOp()[all …]
17 package com.android.cts.testService;
55 public void testService() { in testService() method in AppComponentFactoryTest
30 // Request to start testService.
90 public void testService() throws Exception { in testService() method in AttributionTagsTest
1826 final ITestReceiver testService = bindToTestService(); in isAppInactiveAsPermissionlessApp() local1827 return testService.isAppInactive(pkg); in isAppInactiveAsPermissionlessApp()