Searched defs:mobile (Results 1 – 5 of 5) sorted by relevance
56 val mobile = getString("mobile") ?: return null in <lambda>() constant
74 val mobile = getString("mobile") ?: return null in Bundle() constant
132 combine(activeMobileSubscriptions, activeCarrierMergedSubscription) { mobile, carrierMerged in <lambda>() method
38 val mobile: Mobile = Mobile(isDefault = false), constant in com.android.systemui.statusbar.pipeline.shared.data.model.DefaultConnectionModel
1316 String mobile = args.getString("mobile"); in dispatchDemoCommand() local