Searched defs:alphas (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/ |
H A D | MultiSourceMinAlphaController.kt | 32 private val alphas = mutableMapOf<Int, Float>() regex
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | CellIdentityNr.java | 83 @Nullable String alphal, @Nullable String alphas, in CellIdentityNr()
|
H A D | CellIdentityCdma.java | 101 @Nullable String alphal, @Nullable String alphas) { in CellIdentityCdma()
|
H A D | CellIdentityGsm.java | 88 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityGsm()
|
H A D | CellIdentityTdscdma.java | 91 int cpid, int uarfcn, @Nullable String alphal, @Nullable String alphas, in CellIdentityTdscdma()
|
H A D | CellIdentityWcdma.java | 92 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityWcdma()
|
H A D | CellIdentity.java | 79 @Nullable String mnc, @Nullable String alphal, @Nullable String alphas) { in CellIdentity()
|
H A D | CellIdentityLte.java | 119 @Nullable String alphal, @Nullable String alphas, in CellIdentityLte()
|