Home
last modified time | relevance | path

Searched refs:sourceType (Results 1 – 20 of 20) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DRoundable.kt86 sourceType: SourceType,
131 sourceType: SourceType,
135 sourceType = sourceType,
155 sourceType: SourceType,
200 sourceType: SourceType,
204 sourceType = sourceType,
226 sourceType: SourceType,
230 requestTopRoundness(value = top, sourceType = sourceType, animate = animate)
253 sourceType: SourceType,
258 sourceType = sourceType,
[all …]
/aosp14/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiTvClient.java340 public void startTimerRecording(int recorderAddress, int sourceType, TimerRecordSource source) {
345 checkTimerRecordingSourceType(sourceType);
350 mService.startTimerRecording(recorderAddress, sourceType, data);
356 private void checkTimerRecordingSourceType(int sourceType) {
357 switch (sourceType) {
363 throw new IllegalArgumentException("Invalid source type:" + sourceType);
371 public void clearTimerRecording(int recorderAddress, int sourceType, TimerRecordSource source) {
376 checkTimerRecordingSourceType(sourceType);
380 mService.clearTimerRecording(recorderAddress, sourceType, data);
H A DHdmiControlServiceWrapper.java249 public void startTimerRecording(int recorderAddress, int sourceType, byte[] recordSource) {
251 recorderAddress, sourceType, recordSource);
255 public void clearTimerRecording(int recorderAddress, int sourceType, byte[] recordSource) {
257 recorderAddress, sourceType, recordSource);
499 public void startTimerRecording(int recorderAddress, int sourceType, byte[] recordSource) {} in startTimerRecording() argument
502 public void clearTimerRecording(int recorderAddress, int sourceType, byte[] recordSource) {} in clearTimerRecording() argument
H A DIHdmiControlService.aidl84 void startTimerRecording(int recorderAddress, int sourceType, in byte[] recordSource); in startTimerRecording() argument
85 void clearTimerRecording(int recorderAddress, int sourceType, in byte[] recordSource); in clearTimerRecording() argument
H A DHdmiRecordSources.java65 /* package */ RecordSource(int sourceType, int extraDataSize) { in RecordSource() argument
66 mSourceType = sourceType; in RecordSource()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DRoundableTest.kt43 roundable.requestTopRoundness(value = 1f, sourceType = SOURCE1)
51 roundable.requestBottomRoundness(value = 1f, sourceType = SOURCE1)
59 roundable.requestRoundness(top = 1f, bottom = 1f, sourceType = SOURCE1)
72 roundable.requestRoundnessReset(sourceType = SOURCE1)
81 roundable.requestRoundness(top = 1f, bottom = 1f, sourceType = SOURCE1)
84 roundable.requestRoundness(top = 1f, bottom = 0f, sourceType = SOURCE1)
87 roundable.requestRoundness(top = 0f, bottom = 1f, sourceType = SOURCE1)
90 roundable.requestRoundness(top = 0f, bottom = 0f, sourceType = SOURCE1)
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DRcsContactUceCapability.java137 public OptionsBuilder(@NonNull Uri contact, @SourceType int sourceType) { in OptionsBuilder() argument
139 sourceType); in OptionsBuilder()
195 public PresenceBuilder(@NonNull Uri contact, @SourceType int sourceType, in PresenceBuilder() argument
198 sourceType); in PresenceBuilder()
250 @SourceType int sourceType) { in RcsContactUceCapability() argument
253 mSourceType = sourceType; in RcsContactUceCapability()
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DTimerRecordingAction.java46 TimerRecordingAction(HdmiCecLocalDevice source, int recorderAddress, int sourceType, in TimerRecordingAction() argument
50 mSourceType = sourceType; in TimerRecordingAction()
H A DHdmiCecLocalDeviceTv.java1501 void startTimerRecording(int recorderAddress, int sourceType, byte[] recordSource) { in startTimerRecording() argument
1517 if (!checkTimerRecordingSource(sourceType, recordSource)) { in startTimerRecording()
1526 new TimerRecordingAction(this, recorderAddress, sourceType, recordSource)); in startTimerRecording()
1528 + sourceType + ", RecordSource:" + Arrays.toString(recordSource)); in startTimerRecording()
1531 private boolean checkTimerRecordingSource(int sourceType, byte[] recordSource) { in checkTimerRecordingSource() argument
1533 && HdmiTimerRecordSources.checkTimerRecordSource(sourceType, recordSource); in checkTimerRecordingSource()
1537 void clearTimerRecording(int recorderAddress, int sourceType, byte[] recordSource) { in clearTimerRecording() argument
1552 if (!checkTimerRecordingSource(sourceType, recordSource)) { in clearTimerRecording()
1559 sendClearTimerMessage(recorderAddress, sourceType, recordSource); in clearTimerRecording()
1562 private void sendClearTimerMessage(final int recorderAddress, int sourceType, in sendClearTimerMessage() argument
[all …]
H A DHdmiControlService.java2632 public void startTimerRecording(final int recorderAddress, final int sourceType, in startTimerRecording() argument
2642 tv().startTimerRecording(recorderAddress, sourceType, recordSource); in startTimerRecording()
2648 public void clearTimerRecording(final int recorderAddress, final int sourceType, in clearTimerRecording() argument
2658 tv().clearTimerRecording(recorderAddress, sourceType, recordSource); in clearTimerRecording()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java729 for (SourceType sourceType : mOnDetachResetRoundness) { in onDetachedFromWindow()
730 requestRoundnessReset(sourceType); in onDetachedFromWindow()
740 public void addOnDetachResetRoundness(SourceType sourceType) { in addOnDetachResetRoundness() argument
741 mOnDetachResetRoundness.add(sourceType); in addOnDetachResetRoundness()
/aosp14/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
H A DHdmiAudioSystemClientTest.java318 public void startTimerRecording(final int recorderAddress, final int sourceType, in startTimerRecording() argument
323 public void clearTimerRecording(final int recorderAddress, final int sourceType, in clearTimerRecording() argument
/aosp14/frameworks/base/core/java/com/android/internal/display/
H A DBrightnessSynchronizer.java308 BrightnessUpdate(int sourceType, float brightness) { in BrightnessUpdate() argument
310 mSourceType = sourceType; in BrightnessUpdate()
/aosp14/frameworks/base/tools/aapt/
H A DZipFile.h225 const char* storageName, int sourceType, int compressionMethod,
H A DZipFile.cpp359 const char* storageName, int sourceType, int compressionMethod, in addCommon() argument
414 if (sourceType == ZipEntry::kCompressStored) { in addCommon()
459 } else if (sourceType == ZipEntry::kCompressDeflated) { in addCommon()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java230 SourceType sourceType in createRowWithRoundness() argument
233 row.requestRoundness(topRoundness, bottomRoundness, sourceType, /*animate = */ false); in createRowWithRoundness()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DCachedAppOptimizer.java645 public final CompactSource sourceType; field in CachedAppOptimizer.AggregatedSourceCompactionStats
647 AggregatedSourceCompactionStats(CompactSource sourceType) { this.sourceType = sourceType; } in AggregatedSourceCompactionStats() argument
768 pw.println("-----" + stats.sourceType + "-----"); in dump()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityMetricsLogger.java461 @VisibleForTesting final @SourceInfo.SourceType int sourceType; field in ActivityMetricsLogger.TransitionInfoSnapshot
500 sourceType = info.mSourceType; in TransitionInfoSnapshot()
1154 info.sourceType, in logAppTransition()
1329 info.sourceType, in logAppFullyDrawnMetrics()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityMetricsLaunchObserverTests.java341 assertWithMessage("Record start source").that(info.sourceType) in testOnReportFullyDrawn()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java16545 final int sourceType = enforcingUser.getUserRestrictionSource(); in getEnforcingAdminAndUserDetailsInternal() local
16546 if (sourceType == UserManager.RESTRICTION_SOURCE_PROFILE_OWNER in getEnforcingAdminAndUserDetailsInternal()
16547 || sourceType == UserManager.RESTRICTION_SOURCE_DEVICE_OWNER) { in getEnforcingAdminAndUserDetailsInternal()
16556 } else if (sourceType == UserManager.RESTRICTION_SOURCE_SYSTEM) { in getEnforcingAdminAndUserDetailsInternal()