HomeSort by relevance Sort by last modified time
    Searched refs:methodStr (Results 1 - 12 of 12) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStaNetworkHal.java     [all...]
SupplicantStaIfaceHal.java 277 final String methodStr = "setupIface";
278 if (checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr) != null) return false;
405 final String methodStr = "teardownIface";
406 if (checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr) == null) return false;
517 final String methodStr = "terminate";
518 if (!checkSupplicantAndLogFailure(methodStr)) return;
524 handleRemoteException(e, methodStr);
    [all...]
HostapdHal.java 228 final String methodStr = "addAccessPoint";
264 if (!checkHostapdAndLogFailure(methodStr)) return false;
267 return checkStatusAndLogFailure(status, methodStr);
269 handleRemoteException(e, methodStr);
283 final String methodStr = "removeAccessPoint";
284 if (!checkHostapdAndLogFailure(methodStr)) return false;
287 return checkStatusAndLogFailure(status, methodStr);
289 handleRemoteException(e, methodStr);
363 final String methodStr = "terminate";
364 if (!checkHostapdAndLogFailure(methodStr)) return
    [all...]
  /art/tools/dmtracedump/
createtesttrace.cc 353 const char* methodStr = "*methods\n";
354 fwrite(methodStr, strlen(methodStr), 1, keyFp);
  /art/test/988-method-trace/src/art/
Test988.java 130 String methodStr = m.toString();
131 return methodStr.replaceFirst(" native", "");
  /external/skqp/tools/bookmaker/
definition.cpp     [all...]
  /external/skia/tools/bookmaker/
definition.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 234 milliseconds