Searched refs:ACTION_NETWORK_SET_TIME (Results 1 – 3 of 3) sorted by relevance
240 public static final String ACTION_NETWORK_SET_TIME = "android.intent.action.NETWORK_SET_TIME"; field in TelephonyIntents
141 intentFilter.addAction(TelephonyIntents.ACTION_NETWORK_SET_TIME); in registerForTelephonyIntents()258 if (TelephonyIntents.ACTION_NETWORK_SET_TIME.equals(action)) {
3735 Intent intent = new Intent(TelephonyIntents.ACTION_NETWORK_SET_TIME); in setAndBroadcastNetworkSetTime()