Searched defs:alphas (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/ |
D | MultiSourceMinAlphaController.kt | 32 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/ |
D | CarrierConfigEfData.java | 85 String alphas = names.length > 1 ? names[1] : ""; in getPlmnNetworkNameList() local
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityNr.java | 83 @Nullable String alphal, @Nullable String alphas, in CellIdentityNr()
|
D | CellIdentityGsm.java | 88 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityGsm()
|
D | CellIdentityCdma.java | 101 @Nullable String alphal, @Nullable String alphas) { in CellIdentityCdma()
|
D | CellIdentityWcdma.java | 92 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityWcdma()
|
D | CellIdentityTdscdma.java | 91 int cpid, int uarfcn, @Nullable String alphal, @Nullable String alphas, in CellIdentityTdscdma()
|
D | CellIdentity.java | 79 @Nullable String mnc, @Nullable String alphal, @Nullable String alphas) { in CellIdentity()
|
D | CellIdentityLte.java | 119 @Nullable String alphal, @Nullable String alphas, in CellIdentityLte()
|