OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:appopsservice
(Results
1 - 15
of
15
) sorted by null
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
AppErrorDialogTest.java
26
import com.android.server.
AppOpsService
;
49
public
AppOpsService
getAppOpsService(File file, Handler handler) {
CoreSettingsObserverTest.java
35
import com.android.server.
AppOpsService
;
146
public
AppOpsService
getAppOpsService(File file, Handler handler) {
ActivityManagerServiceTest.java
70
import com.android.server.
AppOpsService
;
122
@Mock private
AppOpsService
mAppOpsService;
[
all
...]
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CameraPolicyTest.java
115
* now checks if camera is disabled via
AppOpsService
.
118
* to UserManagerService and then finally to
AppOpsService
is NOT synchronous,
/frameworks/native/libs/binder/
IAppOpsService.cpp
17
#define LOG_TAG "
AppOpsService
"
127
IMPLEMENT_META_INTERFACE(
AppOpsService
, "com.android.internal.app.IAppOpsService");
134
//printf("
AppOpsService
received: "); data.print();
AppOpsManager.cpp
57
// There is no
AppOpsService
on Brillo
/frameworks/native/libs/binder/include/binder/
IAppOpsService.h
31
DECLARE_META_INTERFACE(
AppOpsService
)
/docs/source.android.com/src/source/
read-bug-reports.jd
309
at com.android.server.
AppOpsService
.getOpsRawLocked(
AppOpsService
.java:881)
310
at com.android.server.
AppOpsService
.getOpsLocked(
AppOpsService
.java:856)
311
at com.android.server.
AppOpsService
.noteOperationUnchecked(
AppOpsService
.java:719)
312
- locked <0x0231885a> (a com.android.server.
AppOpsService
)
313
at com.android.server.
AppOpsService
.noteOperation(
AppOpsService
.java:713)
314
at com.android.server.
AppOpsService
$2.getMountMode(AppOpsService.java:260
[
all
...]
/frameworks/base/services/core/java/com/android/server/
AppOpsService.java
83
public class
AppOpsService
extends IAppOpsService.Stub {
98
synchronized (
AppOpsService
.this) {
229
synchronized (
AppOpsService
.this) {
238
public
AppOpsService
(File storagePath, Handler handler) {
[
all
...]
StorageManagerService.java
[
all
...]
/frameworks/base/services/
profile-classes
[
all
...]
/frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java
[
all
...]
/prebuilts/misc/common/robolectric/lib/
android-all-4.3_r2-robolectric-0-sources.jar
android-all-4.4_r1-robolectric-1-sources.jar
/frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java
395
import com.android.server.
AppOpsService
;
[
all
...]
Completed in 484 milliseconds