/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 64 alphas.clear() in reset() 71 alphas[sourceId] = alpha in updateAlpha() 81 private fun getMinAlpha() = alphas.minOfOrNull { it.value } ?: initialAlpha in <lambda>()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/ |
D | CarrierConfigEfData.java | 85 String alphas = names.length > 1 ? names[1] : ""; in getPlmnNetworkNameList() local 86 pnnList.add(new PlmnNetworkName(alphal, alphas)); in getPlmnNetworkNameList()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityCdma.java | 101 @Nullable String alphal, @Nullable String alphas) { in CellIdentityCdma() argument 102 super(TAG, CellInfo.TYPE_CDMA, null, null, alphal, alphas); in CellIdentityCdma()
|
D | CellIdentity.java | 79 @Nullable String mnc, @Nullable String alphal, @Nullable String alphas) { in CellIdentity() argument 115 mAlphaShort = alphas; in CellIdentity()
|
D | CellIdentityNr.java | 83 @Nullable String alphal, @Nullable String alphas, in CellIdentityNr() argument 85 super(TAG, CellInfo.TYPE_NR, mccStr, mncStr, alphal, alphas); in CellIdentityNr()
|
D | CellIdentityTdscdma.java | 91 int cpid, int uarfcn, @Nullable String alphal, @Nullable String alphas, in CellIdentityTdscdma() argument 94 super(TAG, CellInfo.TYPE_TDSCDMA, mcc, mnc, alphal, alphas); in CellIdentityTdscdma()
|
D | CellIdentityGsm.java | 88 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityGsm() argument 90 super(TAG, CellInfo.TYPE_GSM, mccStr, mncStr, alphal, alphas); in CellIdentityGsm()
|
D | CellIdentityWcdma.java | 92 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityWcdma() argument 95 super(TAG, CellInfo.TYPE_WCDMA, mccStr, mncStr, alphal, alphas); in CellIdentityWcdma()
|
D | CellIdentityLte.java | 119 @Nullable String alphal, @Nullable String alphas, in CellIdentityLte() argument 122 super(TAG, CellInfo.TYPE_LTE, mccStr, mncStr, alphal, alphas); in CellIdentityLte()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ScrimController.java | 288 (ScrimAlpha alphas) -> { 289 mInFrontAlpha = alphas.getFrontAlpha(); 292 mNotificationsAlpha = alphas.getNotificationsAlpha(); 295 mBehindAlpha = alphas.getBehindAlpha();
|