Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/
H A DCarrierConfigEfData.java82 String alphas = names.length > 1 ? names[1] : ""; in getPlmnNetworkNameList() local
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityNr.java84 @Nullable String alphal, @Nullable String alphas, in CellIdentityNr()
H A DCellIdentityCdma.java98 @Nullable String alphal, @Nullable String alphas) { in CellIdentityCdma()
H A DCellIdentityGsm.java88 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityGsm()
H A DCellIdentityTdscdma.java91 int cpid, int uarfcn, @Nullable String alphal, @Nullable String alphas, in CellIdentityTdscdma()
H A DCellIdentityWcdma.java92 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityWcdma()
H A DCellIdentity.java80 @Nullable String mnc, @Nullable String alphal, @Nullable String alphas) { in CellIdentity()
H A DCellIdentityLte.java119 @Nullable String alphal, @Nullable String alphas, in CellIdentityLte()
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
H A DNetworkMonitorTest.java1011 String mccStr, String mncStr, String alphal, String alphas) in makeCellIdentityGsm()
1026 int bandwidth, String mccStr, String mncStr, String alphal, String alphas) in makeCellIdentityLte()
/aosp12/art/test/906-iterate-heap/src/art/
H A DTest906.java113 Object[] alphas = GenTs(Alpha.class); in testIterateOverInstances() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java474 float[] alphas = isAppOpening in getLauncherContentAnimator() local
608 float[] alphas, float[] scales) { in composeViewContentAnimator()