Home
last modified time | relevance | path

Searched refs:TrustAgentService (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DTrustGrantFlags.java19 import android.service.trust.TrustAgentService;
36 return (mFlags & TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER) != 0; in isInitiatedByUser()
49 return (mFlags & TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD) != 0; in dismissKeyguardRequested()
54 return (mFlags & TrustAgentService.FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE) != 0; in temporaryAndRenewable()
59 return (mFlags & TrustAgentService.FLAG_GRANT_TRUST_DISPLAY_MESSAGE) != 0; in displayMessage()
/aosp14/frameworks/base/tests/TrustTests/src/android/trust/
H A DBaseTrustAgentService.kt18 import android.service.trust.TrustAgentService
25 abstract class BaseTrustAgentService : TrustAgentService() {
/aosp14/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustArchive.java22 import android.service.trust.TrustAgentService;
201 if ((flags & TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER) != 0) { in dumpGrantFlags()
205 if ((flags & TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD) != 0) { in dumpGrantFlags()
H A DTrustAgentWrapper.java19 import static android.service.trust.TrustAgentService.FLAG_GRANT_TRUST_DISPLAY_MESSAGE;
20 import static android.service.trust.TrustAgentService.FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE;
46 import android.service.trust.TrustAgentService;
277 active ? TrustAgentService.TOKEN_STATE_ACTIVE
278 : TrustAgentService.TOKEN_STATE_INACTIVE);
599 TrustAgentService.TOKEN_STATE_ACTIVE); in onEscrowTokenActivated()
H A DTrustManagerService.java20 import static android.service.trust.TrustAgentService.FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE;
67 import android.service.trust.TrustAgentService;
120 new Intent(TrustAgentService.SERVICE_INTERFACE);
661 (flags & TrustAgentService.FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE) != 0); in updateTrustWithRenewableUnlock()
1113 TrustAgentService.TRUST_AGENT_META_DATA); in getSettingsAttrs()
1115 Slog.w(TAG, "Can't find " + TrustAgentService.TRUST_AGENT_META_DATA + " meta-data"); in getSettingsAttrs()
/aosp14/frameworks/base/tests/TrustTests/
H A DREADME.md4 the system server and TrustAgentService in system apps.
25 1. `TrustAgentService`, your agent created by the `TrustAgentRule` and accessible via
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java120 import android.service.trust.TrustAgentService;
2337 TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD /* flags */, in testOnTrustGrantedForCurrentUser_dismissKeyguardRequested_deviceInteractive()
2362 TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD /* flags */, in testOnTrustGrantedForCurrentUser_dismissKeyguardRequested_doesNotDismiss()
2414 TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD in testOnTrustGranted_differentUser_noCallback()
2422 eq(new TrustGrantFlags(TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD in testOnTrustGranted_differentUser_noCallback()
2423 | TrustAgentService.FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE)), in testOnTrustGranted_differentUser_noCallback()
2443 TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER /* flags */, in testOnTrustGrantedForCurrentUser_bouncerShowing_initiatedByUser()
2469 TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER in testOnTrustGrantedForCurrentUser_bouncerShowing_temporaryRenewable()
2477 eq(new TrustGrantFlags(TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER in testOnTrustGrantedForCurrentUser_bouncerShowing_temporaryRenewable()
2478 | TrustAgentService.FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE)), in testOnTrustGrantedForCurrentUser_bouncerShowing_temporaryRenewable()
[all …]
/aosp14/frameworks/base/tests/TrustTests/src/android/trust/test/
H A DCanUnlockWithActiveUnlockTest.kt21 import android.service.trust.TrustAgentService.FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE
H A DTemporaryAndRenewableTrustTest.kt21 import android.service.trust.TrustAgentService.FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE
/aosp14/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java84 public class TrustAgentService extends Service { class
86 private final String TAG = TrustAgentService.class.getSimpleName() +
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/trust/
H A DTrustManagerServiceTest.java56 import android.service.trust.TrustAgentService;
112 return TrustAgentService.SERVICE_INTERFACE.equals(argument.getAction()); in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManagerTest.java40 import android.service.trust.TrustAgentService;
965 new TrustGrantFlags(TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD in onTrustChanged_hideAlternateBouncerAndClearMessageArea()
966 | TrustAgentService.FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE), in onTrustChanged_hideAlternateBouncerAndClearMessageArea()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes7012 android.service.trust.TrustAgentService$1
7013 android.service.trust.TrustAgentService$ConfigurationData
7014 android.service.trust.TrustAgentService$TrustAgentServiceWrapper
7015 android.service.trust.TrustAgentService
H A Dboot-image-profile.txt29805 Landroid/service/trust/TrustAgentService$1;
29806 Landroid/service/trust/TrustAgentService$ConfigurationData;
29807 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;
29808 Landroid/service/trust/TrustAgentService;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes7016 android.service.trust.TrustAgentService$1
7017 android.service.trust.TrustAgentService$ConfigurationData
7018 android.service.trust.TrustAgentService$TrustAgentServiceWrapper
7019 android.service.trust.TrustAgentService
H A Dboot-image-profile.txt39912 Landroid/service/trust/TrustAgentService$1;
39913 Landroid/service/trust/TrustAgentService$ConfigurationData;
39914 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;
39915 Landroid/service/trust/TrustAgentService;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt50471 Landroid/service/trust/TrustAgentService;->DEBUG:Z
50479 Landroid/service/trust/TrustAgentService;->mLock:Ljava/lang/Object;
50480 Landroid/service/trust/TrustAgentService;->mManagingTrust:Z
50482 Landroid/service/trust/TrustAgentService;->MSG_CONFIGURE:I
50483 Landroid/service/trust/TrustAgentService;->MSG_DEVICE_LOCKED:I
50484 Landroid/service/trust/TrustAgentService;->MSG_DEVICE_UNLOCKED:I
50485 Landroid/service/trust/TrustAgentService;->MSG_ESCROW_TOKEN_ADDED:I
50488 Landroid/service/trust/TrustAgentService;->MSG_TRUST_TIMEOUT:I
50489 Landroid/service/trust/TrustAgentService;->MSG_UNLOCK_ATTEMPT:I
50490 Landroid/service/trust/TrustAgentService;->MSG_UNLOCK_LOCKOUT:I
[all …]
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt12995 public class TrustAgentService extends android.app.Service {
12996 ctor public TrustAgentService();
13024 field public static final String SERVICE_INTERFACE = "android.service.trust.TrustAgentService";