Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
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()
/frameworks/base/tests/TrustTests/src/android/trust/
DBaseTrustAgentService.kt18 import android.service.trust.TrustAgentService
25 abstract class BaseTrustAgentService : TrustAgentService() {
/frameworks/base/services/core/java/com/android/server/trust/
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()
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;
275 active ? TrustAgentService.TOKEN_STATE_ACTIVE
276 : TrustAgentService.TOKEN_STATE_INACTIVE);
602 TrustAgentService.TOKEN_STATE_ACTIVE); in onEscrowTokenActivated()
DTrustManagerService.java20 import static android.service.trust.TrustAgentService.FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE;
69 import android.service.trust.TrustAgentService;
122 new Intent(TrustAgentService.SERVICE_INTERFACE);
627 (flags & TrustAgentService.FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE) != 0); in updateTrust()
1186 TrustAgentService.TRUST_AGENT_META_DATA); in getSettingsAttrs()
1188 Slogf.w(TAG, "Can't find %s meta-data", TrustAgentService.TRUST_AGENT_META_DATA); in getSettingsAttrs()
/frameworks/base/tests/TrustTests/
DREADME.md4 the system server and TrustAgentService in system apps.
25 1. `TrustAgentService`, your agent created by the `TrustAgentRule` and accessible via
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java106 import android.service.trust.TrustAgentService;
1572 TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD /* flags */, in testOnTrustGrantedForCurrentUser_dismissKeyguardRequested_deviceInteractive()
1579 eq(new TrustGrantFlags(TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD)), in testOnTrustGrantedForCurrentUser_dismissKeyguardRequested_deviceInteractive()
1597 TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD /* flags */, in testOnTrustGrantedForCurrentUser_dismissKeyguardRequested_doesNotDismiss()
1604 eq(new TrustGrantFlags(TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD)), in testOnTrustGrantedForCurrentUser_dismissKeyguardRequested_doesNotDismiss()
1649 TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD in testOnTrustGranted_differentUser_noCallback()
1650 | TrustAgentService.FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE /* flags */, in testOnTrustGranted_differentUser_noCallback()
1657 eq(new TrustGrantFlags(TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD in testOnTrustGranted_differentUser_noCallback()
1658 | TrustAgentService.FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE)), in testOnTrustGranted_differentUser_noCallback()
1678 TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER /* flags */, in testOnTrustGrantedForCurrentUser_bouncerShowing_initiatedByUser()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardDismissInteractorTest.kt21 import android.service.trust.TrustAgentService
98 TrustGrantFlags(TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD), in onTrustGrantedRequestDismissKeyguard_noDismissAction()
/frameworks/base/tests/TrustTests/src/android/trust/test/
DIsActiveUnlockRunningTest.kt21 import android.service.trust.TrustAgentService.FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE
DTemporaryAndRenewableTrustTest.kt21 import android.service.trust.TrustAgentService.FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE
/frameworks/base/core/java/android/service/trust/
DTrustAgentService.java84 public class TrustAgentService extends Service { class
86 private final String TAG = TrustAgentService.class.getSimpleName() +
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java43 import android.service.trust.TrustAgentService;
1013 new TrustGrantFlags(TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD in onTrustChanged_hideAlternateBouncerAndClearMessageArea()
1014 | TrustAgentService.FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE), in onTrustChanged_hideAlternateBouncerAndClearMessageArea()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/trust/
DTrustManagerServiceTest.java19 import static android.service.trust.TrustAgentService.FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE;
83 import android.service.trust.TrustAgentService;
197 return TrustAgentService.SERVICE_INTERFACE.equals(argument.getAction()); in setUp()
/frameworks/base/boot/
Dpreloaded-classes7152 android.service.trust.TrustAgentService$1
7153 android.service.trust.TrustAgentService$ConfigurationData
7154 android.service.trust.TrustAgentService$TrustAgentServiceWrapper
7155 android.service.trust.TrustAgentService
Dboot-image-profile.txt29556 Landroid/service/trust/TrustAgentService$1;
29557 Landroid/service/trust/TrustAgentService$ConfigurationData;
29558 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;
29559 Landroid/service/trust/TrustAgentService;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt49815 Landroid/service/trust/TrustAgentService$ConfigurationData;-><init>(Ljava/util/List;Landroid/os/IBi…
49816 Landroid/service/trust/TrustAgentService$ConfigurationData;->options:Ljava/util/List;
49817 Landroid/service/trust/TrustAgentService$ConfigurationData;->token:Landroid/os/IBinder;
49818 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onConfigure(Ljava/util/List;Lan…
49819 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onDeviceLocked()V
49820 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onDeviceUnlocked()V
49821 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onEscrowTokenAdded([BJLandroid/…
49822 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onEscrowTokenRemoved(JZ)V
49823 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onTokenStateReceived(JI)V
49824 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onTrustTimeout()V
[all …]
/frameworks/base/config/
Dpreloaded-classes7156 android.service.trust.TrustAgentService$1
7157 android.service.trust.TrustAgentService$ConfigurationData
7158 android.service.trust.TrustAgentService$TrustAgentServiceWrapper
7159 android.service.trust.TrustAgentService
Dboot-image-profile.txt39690 Landroid/service/trust/TrustAgentService$1;
39691 Landroid/service/trust/TrustAgentService$ConfigurationData;
39692 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;
39693 Landroid/service/trust/TrustAgentService;
/frameworks/base/core/api/
Dsystem-current.txt13353 public class TrustAgentService extends android.app.Service {
13354 ctor public TrustAgentService();
13382 field public static final String SERVICE_INTERFACE = "android.service.trust.TrustAgentService";