Home
last modified time | relevance | path

Searched defs:required (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DContactBrowseListFragment.java302 public void setSelectionRequired(boolean required) { in setSelectionRequired()
321 private void setSelectedContactUri(Uri uri, boolean required, boolean smoothScroll, in setSelectedContactUri()
/packages/apps/Settings/src/com/android/settings/password/
DSetupChooseLockGeneric.java219 boolean required, Intent unlockMethodIntent) { in getEncryptionInterstitialIntent()
DChooseLockGeneric.java832 boolean required, Intent unlockMethodIntent) { in getEncryptionInterstitialIntent()
DChooseLockPassword.java1006 public void start(LockPatternUtils utils, boolean required, in start()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayload.java226 NOTIFY_TYPE_TO_STRING.put(ERROR_TYPE_SINGLE_PAIR_REQUIRED, "Single pair required"); in NOTIFY_TYPE_TO_STRING.put()
229 NOTIFY_TYPE_TO_STRING.put(ERROR_TYPE_FAILED_CP_REQUIRED, "Failed CP required"); in NOTIFY_TYPE_TO_STRING.put()
/packages/apps/Settings/src/com/android/settings/
DEncryptionInterstitial.java217 private void setRequirePasswordState(boolean required) { in setRequirePasswordState()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomGraphGenerator.cpp57 static bool areValuePropertiesCompatible(int guaranteed, int required) { in areValuePropertiesCompatible()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSecurityParams.java346 public void setRequirePmf(boolean required) { in setRequirePmf()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/omadm/
DPpsMoParser.java859 Boolean required = null; in parseHomeOIInstance() local