Home
last modified time | relevance | path

Searched refs:hasState (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DVideoProfile.java270 return !hasState(videoState, VideoProfile.STATE_TX_ENABLED) in isAudioOnly()
271 && !hasState(videoState, VideoProfile.STATE_RX_ENABLED); in isAudioOnly()
281 return hasState(videoState, VideoProfile.STATE_TX_ENABLED) in isVideo()
282 || hasState(videoState, VideoProfile.STATE_RX_ENABLED) in isVideo()
283 || hasState(videoState, VideoProfile.STATE_BIDIRECTIONAL); in isVideo()
293 return hasState(videoState, VideoProfile.STATE_TX_ENABLED); in isTransmissionEnabled()
303 return hasState(videoState, VideoProfile.STATE_RX_ENABLED); in isReceptionEnabled()
313 return hasState(videoState, VideoProfile.STATE_BIDIRECTIONAL); in isBidirectional()
323 return hasState(videoState, VideoProfile.STATE_PAUSED); in isPaused()
333 private static boolean hasState(@VideoState int videoState, @VideoState int state) { in hasState() method in VideoProfile
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java613 return hasState(SP_HANDLE_NAME, DEFAULT_HANDLE, userId); in hasSidForUser()
640 return hasState(SP_E0_NAME, DEFAULT_HANDLE, userId) in hasEscrowData()
641 && hasState(SP_P1_NAME, DEFAULT_HANDLE, userId); in hasEscrowData()
1221 return hasState(SP_BLOB_NAME, handle, userId); in existsHandle()
1239 if (hasState(WEAVER_SLOT_NAME, handle, userId)) { in destroySyntheticPassword()
1301 return hasState(PASSWORD_METRICS_NAME, handle, userId); in hasPasswordMetrics()
1304 private boolean hasState(String stateName, long handle, int userId) { in hasState() method in SyntheticPasswordManager
/frameworks/base/core/java/android/widget/
DDatePickerCalendarDelegate.java195 if (color == null || color.hasState(R.attr.state_activated)) { in applyLegacyColorFixes()
201 if (color.hasState(R.attr.state_selected)) { in applyLegacyColorFixes()
DTimePickerClockDelegate.java359 if (color == null || color.hasState(R.attr.state_activated)) { in applyLegacyColorFixes()
365 if (color.hasState(R.attr.state_selected)) { in applyLegacyColorFixes()
/frameworks/base/core/java/android/content/res/
DColorStateList.java618 public boolean hasState(int state) { in hasState() method in ColorStateList
/frameworks/base/config/
Dboot-image-profile.txt18433 HSPLandroid/telecom/VideoProfile;->hasState(II)Z
/frameworks/base/services/
Dart-profile19010 PLcom/android/server/locksettings/SyntheticPasswordManager;->hasState(Ljava/lang/String;JI)Z