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

  /frameworks/base/wifi/java/android/net/wifi/
WifiMonitor.java 503 String eventStr = mWifiNative.waitForEvent();
506 if (DBG && eventStr.indexOf(SCAN_RESULTS_STR) == -1) {
507 Log.d(TAG, "Event [" + eventStr + "]");
514 if (eventStr.startsWith("IFNAME=")) {
515 int space = eventStr.indexOf(' ');
517 iface = eventStr.substring(7,space);
525 eventStr = eventStr.substring(space + 1);
543 if (dispatchEvent(eventStr)) {
555 if (dispatchEvent(eventStr)) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 515 def GetKeyBinding(self, keySetName, eventStr):
519 eventStr - string, the virtual event we want the binding for,
522 eventName=eventStr[2:-2] #trim off the angle brackets
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 515 def GetKeyBinding(self, keySetName, eventStr):
519 eventStr - string, the virtual event we want the binding for,
522 eventName=eventStr[2:-2] #trim off the angle brackets

Completed in 85 milliseconds