OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkOp
(Results
1 - 10
of
10
) sorted by null
/frameworks/native/include/binder/
AppOpsManager.h
71
int32_t
checkOp
(int32_t op, int32_t uid, const String16& callingPackage);
/frameworks/native/libs/binder/
AppOpsManager.cpp
68
int32_t AppOpsManager::
checkOp
(int32_t op, int32_t uid, const String16& callingPackage)
/frameworks/base/services/java/com/android/server/
ClipboardService.java
205
if (mAppOps.
checkOp
(AppOpsManager.OP_READ_CLIPBOARD, Binder.getCallingUid(),
216
if (mAppOps.
checkOp
(AppOpsManager.OP_READ_CLIPBOARD, Binder.getCallingUid(),
240
if (mAppOps.
checkOp
(AppOpsManager.OP_READ_CLIPBOARD, Binder.getCallingUid(),
LocationManagerService.java
[
all
...]
/frameworks/base/core/java/android/app/
AppOpsManager.java
74
* Result from {@link #
checkOp
}, {@link #noteOp}, {@link #startOp}: the given caller is
80
* Result from {@link #
checkOp
}, {@link #noteOp}, {@link #startOp}: the given caller is
876
public int
checkOp
(String op, int uid, String packageName) {
877
return
checkOp
(strOpToOp(op), uid, packageName);
881
* Like {@link #
checkOp
but instead of throwing a {@link SecurityException} it
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsApplication.java
300
// We can only call
checkOp
if we are privileged (updateIfNeeded) or if the app we
306
int mode = appOps.
checkOp
(AppOpsManager.OP_WRITE_SMS, applicationData.mUid,
334
int mode = appOps.
checkOp
(AppOpsManager.OP_WRITE_SMS, info.applicationInfo.uid,
349
int mode = appOps.
checkOp
(AppOpsManager.OP_WRITE_SMS, info.applicationInfo.uid,
/packages/apps/Settings/src/com/android/settings/applications/
AppOpsDetails.java
145
sw.setChecked(mAppOps.
checkOp
(switchOp, entry.getPackageOps().getUid(),
/frameworks/av/services/camera/libcameraservice/
CameraService.cpp
[
all
...]
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 234 milliseconds