Searched refs:callingAppUid (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/ |
D | CustomTileMapper.kt | 50 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/ |
D | CustomTileDataModel.kt | 29 val callingAppUid: Int, constant in com.android.systemui.qs.tiles.impl.custom.domain.entity.CustomTileDataModel
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | PresentationStatsEventLogger.java | 226 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/ |
D | CustomTileDataInteractor.kt | 119 callingAppUid = callingAppId, in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/ |
D | CustomTileDataInteractorTest.kt | 167 assertThat(callingAppUid).isEqualTo(1) in tileDataCollection()
|
D | CustomTileMapperTest.kt | 214 callingAppUid = 0,
|
D | CustomTileUserActionInteractorTest.kt | 241 callingAppUid = 0,
|