OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IGateKeeperService
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/keystore/java/android/security/
GateKeeper.java
23
import android.service.gatekeeper.
IGateKeeperService
;
34
public static
IGateKeeperService
getService() {
35
IGateKeeperService
service =
IGateKeeperService
.Stub.asInterface(
/system/core/gatekeeperd/
IGateKeeperService.h
26
* This must be kept manually in sync with frameworks/base's
IGateKeeperService
.aidl
28
class
IGateKeeperService
: public IInterface {
47
IGateKeeperService
() {}
48
virtual ~
IGateKeeperService
() {}
102
class BnGateKeeperService: public BnInterface<
IGateKeeperService
> {
Android.mk
23
IGateKeeperService
.cpp \
IGateKeeperService.cpp
20
#include "
IGateKeeperService
.h"
24
const android::String16
IGateKeeperService
::descriptor("android.service.gatekeeper.
IGateKeeperService
");
25
const android::String16&
IGateKeeperService
::getInterfaceDescriptor() const {
26
return
IGateKeeperService
::descriptor;
33
CHECK_INTERFACE(
IGateKeeperService
, data, reply);
76
CHECK_INTERFACE(
IGateKeeperService
, data, reply);
108
CHECK_INTERFACE(
IGateKeeperService
, data, reply);
147
CHECK_INTERFACE(
IGateKeeperService
, data, reply);
155
CHECK_INTERFACE(
IGateKeeperService
, data, reply)
[
all
...]
/frameworks/base/core/java/android/service/gatekeeper/
IGateKeeperService.aidl
30
interface
IGateKeeperService
{
/frameworks/base/services/core/java/com/android/server/
LockSettingsService.java
66
import android.service.gatekeeper.
IGateKeeperService
;
130
private
IGateKeeperService
mGateKeeperService;
442
Slog.e(TAG, "Failure retrieving
IGateKeeperService
", e);
[
all
...]
/frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java
72
import android.service.gatekeeper.
IGateKeeperService
;
[
all
...]
/frameworks/base/
Android.mk
244
core/java/android/service/gatekeeper/
IGateKeeperService
.aidl \
[
all
...]
compiled-classes-phone
[
all
...]
Completed in 282 milliseconds