OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkBinderPermission
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/accounts/
AbstractAccountAuthenticator.java
165
checkBinderPermission
();
190
checkBinderPermission
();
216
checkBinderPermission
();
242
checkBinderPermission
();
269
checkBinderPermission
();
294
checkBinderPermission
();
309
checkBinderPermission
();
324
checkBinderPermission
();
339
checkBinderPermission
();
356
checkBinderPermission
();
[
all
...]
/system/security/keystore/
key_store_service.cpp
59
if (!
checkBinderPermission
(P_GET_STATE)) {
69
if (!
checkBinderPermission
(P_GET, targetUid)) {
110
if (!
checkBinderPermission
(P_DELETE, targetUid)) {
120
if (!
checkBinderPermission
(P_EXIST, targetUid)) {
135
if (!
checkBinderPermission
(P_LIST, targetUid)) {
148
if (!
checkBinderPermission
(P_RESET)) {
158
if (!
checkBinderPermission
(P_PASSWORD)) {
193
if (!
checkBinderPermission
(P_USER_CHANGED)) {
215
if (!
checkBinderPermission
(P_USER_CHANGED)) {
224
if (!
checkBinderPermission
(P_LOCK))
[
all
...]
key_store_service.h
140
bool
checkBinderPermission
(perm_t permission, int32_t targetUid = UID_SELF);
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 1561 milliseconds