/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | Roundable.kt | 86 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 D | HdmiTvClient.java | 340 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 D | HdmiControlServiceWrapper.java | 249 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 D | IHdmiControlService.aidl | 84 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 D | HdmiRecordSources.java | 65 /* 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 D | RoundableTest.kt | 43 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 D | RcsContactUceCapability.java | 137 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 D | TimerRecordingAction.java | 46 TimerRecordingAction(HdmiCecLocalDevice source, int recorderAddress, int sourceType, in TimerRecordingAction() argument 50 mSourceType = sourceType; in TimerRecordingAction()
|
H A D | HdmiCecLocalDeviceTv.java | 1501 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 D | HdmiControlService.java | 2632 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 D | ActivatableNotificationView.java | 729 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 D | HdmiAudioSystemClientTest.java | 318 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 D | BrightnessSynchronizer.java | 308 BrightnessUpdate(int sourceType, float brightness) { in BrightnessUpdate() argument 310 mSourceType = sourceType; in BrightnessUpdate()
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | ZipFile.h | 225 const char* storageName, int sourceType, int compressionMethod,
|
H A D | ZipFile.cpp | 359 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 D | NotificationTestHelper.java | 230 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 D | CachedAppOptimizer.java | 645 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 D | ActivityMetricsLogger.java | 461 @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 D | ActivityMetricsLaunchObserverTests.java | 341 assertWithMessage("Record start source").that(info.sourceType) in testOnReportFullyDrawn()
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 16545 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()
|