Searched refs:ACTION_NETWORK_SET_TIME (Results 1 – 3 of 3) sorted by relevance
241 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()