Home
last modified time | relevance | path

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

/cts/tests/tests/appop/src/android/app/appops/cts/
DAppOpsLoggingTest.kt132 private lateinit var testService: IAppOpsUserService in nativeNoteOp() variable in android.app.appops.cts.AppOpsLoggingTest
187 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 …]
/cts/hostsidetests/content/test-apps/ContextCrossProfileApps/ContextCrossProfileTestServiceApp/src/com/android/cts/testService/
DContextCrossProfileTestService.java17 package com.android.cts.testService;
/cts/tests/tests/appcomponentfactory/src/android/app/componentfactory/cts/
DAppComponentFactoryTest.java55 public void testService() { in testService() method in AppComponentFactoryTest
/cts/tests/tests/batterysaving/common/proto/
Dbattery_saver_cts_common.proto30 // Request to start testService.
/cts/tests/app/src/android/app/cts/
DAttributionTagsTest.java90 public void testService() throws Exception { in testService() method in AttributionTagsTest
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1826 final ITestReceiver testService = bindToTestService(); in isAppInactiveAsPermissionlessApp() local
1827 return testService.isAppInactive(pkg); in isAppInactiveAsPermissionlessApp()