OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:noteOp
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/libs/binder/
AppOpsManager.cpp
74
int32_t AppOpsManager::
noteOp
(int32_t op, int32_t uid, const String16& callingPackage) {
/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
862
* This is <em>not</em> a security check; you must use {@link #
noteOp
(String, int, String)}
902
public int
noteOp
(String op, int uid, String packageName) {
903
return
noteOp
(strOpToOp(op), uid, packageName);
907
* Like {@link #
noteOp
} but instead of throwing a {@link SecurityException} it
[
all
...]
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 273 milliseconds