Searched refs:ACTION_NETWORK_SET_TIME (Results 1 – 5 of 5) sorted by relevance
240 public static final String ACTION_NETWORK_SET_TIME = "android.intent.action.NETWORK_SET_TIME"; field in TelephonyIntents
140 intentFilter.addAction(TelephonyIntents.ACTION_NETWORK_SET_TIME); in registerForTelephonyIntents()250 if (TelephonyIntents.ACTION_NETWORK_SET_TIME.equals(action)) {
155 Intent intent = new Intent(TelephonyIntents.ACTION_NETWORK_SET_TIME); in setDeviceTime()
226 Intent intent = new Intent(TelephonyIntents.ACTION_NETWORK_SET_TIME); in adjustAndSetDeviceSystemClock()