Home
last modified time | relevance | path

Searched refs:sourceState (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Permission/service/java/com/android/safetycenter/data/
DSafetySourceDataRepository.java287 Integer sourceState = mSourceStates.get(sourceKey); in getSourceState() local
288 if (sourceState != null) { in getSourceState()
289 return sourceState; in getSourceState()
/packages/modules/Permission/service/java/com/android/safetycenter/logging/
DSafetyCenterStatsdLogger.java178 @SourceState int sourceState, in writeSafetySourceStateCollected() argument
198 sourceState, in writeSafetySourceStateCollected()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java819 BluetoothLeBroadcastReceiveState sourceState = in checkForPendingGroupOpRequest() local
827 && (sourceState.getBroadcastId() in checkForPendingGroupOpRequest()
832 setSourceGroupManaged(sink, sourceState.getSourceId(), true); in checkForPendingGroupOpRequest()