Searched refs:actionstring (Results 1 – 1 of 1) sorted by relevance
363 String actionstring = extras.getString(key); in onReceive() local364 Log.d(TAG, "PowerAction = " + actionstring); in onReceive()365 if (actionstring.equalsIgnoreCase("StartConnectivityScan")) { in onReceive()367 } else if (actionstring.equalsIgnoreCase("StopConnectivityScan")) { in onReceive()369 } else if (actionstring.equalsIgnoreCase("Download1KB")) { in onReceive()371 } else if (actionstring.equalsIgnoreCase("Download10KB")) { in onReceive()373 } else if (actionstring.equalsIgnoreCase("Download100KB")) { in onReceive()375 } else if (actionstring.equalsIgnoreCase("Download1MB")) { in onReceive()377 } else if (actionstring.equalsIgnoreCase("StopDownload")) { in onReceive()379 } else if (actionstring.equalsIgnoreCase("StartGScanChannel")) { in onReceive()[all …]