OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isOperationAuthorized
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/security/
IKeystoreService.aidl
73
boolean
isOperationAuthorized
(IBinder token);
/frameworks/base/keystore/java/android/security/
KeyStore.java
509
public boolean
isOperationAuthorized
(IBinder token) {
511
return mBinder.
isOperationAuthorized
(token);
/system/security/keystore/include/keystore/
IKeystoreService.h
226
virtual bool
isOperationAuthorized
(const sp<IBinder>& handle) = 0;
/system/security/keystore/
IKeystoreService.cpp
[
all
...]
keystore.cpp
[
all
...]
Completed in 38 milliseconds