Searched defs:mGateKeeperService (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DBaseLockSettingsServiceTests.java72 FakeGateKeeperService mGateKeeperService; field in class:BaseLockSettingsServiceTests
85 mGateKeeperService = new FakeGateKeeperService();
109 mSpManager = new MockSyntheticPasswordManager(mContext, mStorage, mGateKeeperService,
112 mGateKeeperService, mKeyStore, setUpStorageManagerMock(), mActivityManager,
/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java173 protected IGateKeeperService mGateKeeperService; field in class:LockSettingsService
1964 mGateKeeperService.asBinder().unlinkToDeath(this, 0);
1965 mGateKeeperService = null;
1971 if (mGateKeeperService != null) {
1972 return mGateKeeperService;
1978 mGateKeeperService = IGateKeeperService.Stub.asInterface(service);
1979 return mGateKeeperService;

Completed in 116 milliseconds