Home
last modified time | relevance | path

Searched refs:TEST_ALARM_ON_EXTRA (Results 1 – 1 of 1) sorted by relevance

/development/apps/Development/src/com/android/development/
DConnectivity.java141 private static final String TEST_ALARM_ON_EXTRA = "CONNECTIVITY_TEST_ON_EXTRA"; field in Connectivity
155 on = Long.parseLong((String)intent.getExtra(TEST_ALARM_ON_EXTRA));
461 i.putExtra(TEST_ALARM_ON_EXTRA, Long.toString(mSCOnDuration)); in scheduleAlarm()