Home
last modified time | relevance | path

Searched refs:methodValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DViewDebug.java1182 Object methodValue = callMethodOnAppropriateTheadBlocking(method, view); in exportMethods() local
1190 final int id = (Integer) methodValue; in exportMethods()
1191 methodValue = resolveId(context, id); in exportMethods()
1195 final int intValue = (Integer) methodValue; in exportMethods()
1203 final int intValue = (Integer) methodValue; in exportMethods()
1209 methodValue = mapper.to(); in exportMethods()
1216 methodValue = intValue; in exportMethods()
1221 final int[] array = (int[]) methodValue; in exportMethods()
1229 final String[] array = (String[]) methodValue; in exportMethods()
1243 dumpViewProperties(context, methodValue, out, prefix + property.prefix()); in exportMethods()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java1704 int methodValue) -> { in getEapMethod() argument
1707 this.mEapMethod = methodValue; in getEapMethod()
1727 int methodValue) -> { in getEapPhase2Method() argument
1730 this.mEapPhase2Method = methodValue; in getEapPhase2Method()