Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/
DCustomTileMapper.kt50 callingAppUid = data.callingAppUid, in map()
99 callingAppUid: Int, in getIconProvider()
109 callingAppUid, in getIconProvider()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/entity/
DCustomTileDataModel.kt29 val callingAppUid: Int, constant in com.android.systemui.qs.tiles.impl.custom.domain.entity.CustomTileDataModel
/frameworks/base/services/autofill/java/com/android/server/autofill/
DPresentationStatsEventLogger.java226 private PresentationStatsEventLogger(int sessionId, int callingAppUid, long timestamp) { in PresentationStatsEventLogger() argument
228 mCallingAppUid = callingAppUid; in PresentationStatsEventLogger()
237 int sessionId, int callingAppUid, long timestamp) { in createPresentationLog() argument
238 return new PresentationStatsEventLogger(sessionId, callingAppUid, timestamp); in createPresentationLog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/
DCustomTileDataInteractor.kt119 callingAppUid = callingAppId, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/
DCustomTileDataInteractorTest.kt167 assertThat(callingAppUid).isEqualTo(1) in tileDataCollection()
DCustomTileMapperTest.kt214 callingAppUid = 0,
DCustomTileUserActionInteractorTest.kt241 callingAppUid = 0,