Searched refs:actionstring (Results 1 – 1 of 1) sorted by relevance
405 String actionstring = extras.getString(key); in onReceive() local406 Log.d(TAG, "PowerAction = " + actionstring); in onReceive()407 if (actionstring.equalsIgnoreCase("StartConnectivityScan")) { in onReceive()411 } else if (actionstring.equalsIgnoreCase("Download1KB")) { in onReceive()413 } else if (actionstring.equalsIgnoreCase("Download10KB")) { in onReceive()415 } else if (actionstring.equalsIgnoreCase("Download100KB")) { in onReceive()417 } else if (actionstring.equalsIgnoreCase("Download1MB")) { in onReceive()419 } else if (actionstring.equalsIgnoreCase("StopDownload")) { in onReceive()426 } else if (actionstring.equalsIgnoreCase("StopGScan")) { in onReceive()444 } else if (actionstring.equalsIgnoreCase("TurnScreenOn")) { in onReceive()[all …]