Home
last modified time | relevance | path

Searched refs:getActiveTrustAgentLabel (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/security/screenlock/
DPowerButtonInstantLockPreferenceControllerTest.java107 when(mTrustAgentManager.getActiveTrustAgentLabel(mContext, mLockPatternUtils)) in updateState_shouldSetPref()
116 when(mTrustAgentManager.getActiveTrustAgentLabel(mContext, mLockPatternUtils)) in updateState_shouldSetPref()
/packages/apps/Settings/src/com/android/settings/security/screenlock/
DPowerButtonInstantLockPreferenceController.java74 final CharSequence trustAgentLabel = mTrustAgentManager.getActiveTrustAgentLabel( in updateState()
DLockAfterTimeoutPreferenceController.java142 .getActiveTrustAgentLabel(mContext, mLockPatternUtils); in updateLockAfterPreferenceSummary()
/packages/apps/Settings/src/com/android/settings/security/trustagent/
DTrustAgentManager.java96 public CharSequence getActiveTrustAgentLabel(Context context, LockPatternUtils utils) { in getActiveTrustAgentLabel() method in TrustAgentManager