Home
last modified time | relevance | path

Searched refs:appops (Results 1 – 25 of 57) sorted by relevance

123

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DAppOpsUtils.java52 return runCommand(appops("reset") + packageName); in reset()
77 String command = appops("set") + packageName + " " + opStr + " " + modeStr; in setOpMode()
140 return runCommand(appops("get") + packageName + " " + opStr); in getOpState()
147 private static String appops(String cmd) { in appops() method in AppOpsUtils
/cts/tests/tests/appop/AppForDiscreteTest/src/android/app/appops/cts/appfordiscretetest/
DAppOpsForegroundControlService.kt17 package android.app.appops.cts.appfordiscretetest
20 import android.app.appops.cts.IAppOpsForegroundControlService
DUtils.kt17 package android.app.appops.cts.appfordiscretetest
DAppOpsForegroundControlActivity.kt17 package android.app.appops.cts.appfordiscretetest
DAppOpsForegroundControlForegroundService.kt17 package android.app.appops.cts.appfordiscretetest
DAppOpsForegroundControlLocationForegroundService.kt17 package android.app.appops.cts.appfordiscretetest
/cts/tests/tests/appop/AppThatCanBeForcedIntoForegroundStates/src/android/app/appops/cts/appthatcanbeforcedintoforegroundstates/
DAppOpsForegroundControlService.kt17 package android.app.appops.cts.appthatcanbeforcedintoforegroundstates
20 import android.app.appops.cts.IAppOpsForegroundControlService
DUtils.kt17 package android.app.appops.cts.appthatcanbeforcedintoforegroundstates
DAppOpsForegroundControlActivity.kt17 package android.app.appops.cts.appthatcanbeforcedintoforegroundstates
DAppOpsForegroundControlForegroundService.kt17 package android.app.appops.cts.appthatcanbeforcedintoforegroundstates
DAppOpsForegroundControlLocationForegroundService.kt17 package android.app.appops.cts.appthatcanbeforcedintoforegroundstates
/cts/tests/tests/appop/aidl/AppOpsUserService/src/android/app/appops/cts/
DIAppOpsUserService.aidl17 package android.app.appops.cts;
19 import android.app.appops.cts.IAppOpsUserClient;
DIAppOpsUserClient.aidl17 package android.app.appops.cts;
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appops/
DOWNERS1 # Owners of the appops atom
/cts/tests/tests/appop/aidl/AppOpsForegroundControlService/src/android/app/appops/cts/
DIAppOpsForegroundControlService.aidl17 package android.app.appops.cts;
/cts/tests/tests/appop/AppThatUsesAppOps/src/android/app/appops/cts/appthatusesappops/
DAutoClosingActivity.kt17 package android.app.appops.cts.appthatusesappops
DAppOpsUserService.kt17 package android.app.appops.cts.appthatusesappops
26 import android.app.appops.cts.IAppOpsUserClient
27 import android.app.appops.cts.IAppOpsUserService
28 import android.app.appops.cts.TEST_ATTRIBUTION_TAG
29 import android.app.appops.cts.eventually
/cts/tests/tests/appop/AppWithReceiverAttribution/src/android/app/appops/cts/appwithreceiverattribution/
DTestReceiver.java16 package android.app.appops.cts.appwithreceiverattribution;
/cts/tests/tests/appop/AppThatUsesAppOps/jni/android/app/appops/cts/appthatusesappops/
DAppOpsUserService.cpp23 using ::aidl::android::app::appops::cts::IAppOpsUserClient;
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/appops/
DAppOpsMode.java17 package com.android.bedstead.nene.appops;
/cts/common/device-side/bedstead/remotedpc/src/main/java/com/android/bedstead/remotedpc/
DRemoteTestApp.java23 import com.android.bedstead.nene.appops.AppOps;
/cts/tests/tests/appop/src/android/app/appops/cts/
DUidStateForceActivity.kt17 package android.app.appops.cts
DRuntimeMessageCollectionTest.kt17 package android.app.appops.cts
/cts/tests/tests/appop/appopsTestUtilLib/
DAndroid.bp21 name: "appops-test-util-lib",
/cts/tests/tests/appop2/
DAndroid.bp30 "appops-test-util-lib",

123