Searched refs:actionstring (Results 1 – 1 of 1) sorted by relevance
413 String actionstring = extras.getString(key); in onReceive() local414 Log.d(TAG, "PowerAction = " + actionstring); in onReceive()415 if (actionstring.equalsIgnoreCase("StartConnectivityScan")) { in onReceive()417 } else if (actionstring.equalsIgnoreCase("StopConnectivityScan")) { in onReceive()419 } else if (actionstring.equalsIgnoreCase("Download1KB")) { in onReceive()421 } else if (actionstring.equalsIgnoreCase("Download10KB")) { in onReceive()423 } else if (actionstring.equalsIgnoreCase("Download100KB")) { in onReceive()425 } else if (actionstring.equalsIgnoreCase("Download1MB")) { in onReceive()427 } else if (actionstring.equalsIgnoreCase("StopDownload")) { in onReceive()429 } else if (actionstring.equalsIgnoreCase("StartGScanChannel")) { in onReceive()[all …]