Home
last modified time | relevance | path

Searched defs:alphas (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DMultiSourceMinAlphaController.kt32 private val alphas = mutableMapOf<Int, Float>() constant in com.android.systemui.statusbar.phone.fragment.MultiSourceMinAlphaController
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/
DCarrierConfigEfData.java85 String alphas = names.length > 1 ? names[1] : ""; in getPlmnNetworkNameList() local
/frameworks/base/telephony/java/android/telephony/
DCellIdentityNr.java83 @Nullable String alphal, @Nullable String alphas, in CellIdentityNr()
DCellIdentityGsm.java88 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityGsm()
DCellIdentityCdma.java101 @Nullable String alphal, @Nullable String alphas) { in CellIdentityCdma()
DCellIdentityWcdma.java92 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityWcdma()
DCellIdentityTdscdma.java91 int cpid, int uarfcn, @Nullable String alphal, @Nullable String alphas, in CellIdentityTdscdma()
DCellIdentity.java79 @Nullable String mnc, @Nullable String alphal, @Nullable String alphas) { in CellIdentity()
DCellIdentityLte.java119 @Nullable String alphal, @Nullable String alphas, in CellIdentityLte()