Searched defs:inCallModel (Results 1 – 3 of 3) sorted by relevance
23 fun inCallModel( method
41 val inCallModel = inCallModel(startTimeMs = 654) in hasOngoingCall_matchesSet() constant
27 public AudioCardModel(MediaViewModel mediaViewModel, InCallModel inCallModel) { in AudioCardModel()