Home
last modified time | relevance | path

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

/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
DSideChannelReceiver.java34 public static final String ACTION_DELAY_DOWNLOAD = field in SideChannelReceiver
58 case ACTION_DELAY_DOWNLOAD: in onReceive()
/packages/services/Telephony/testapps/EmbmsTestDownloadApp/src/com/android/phone/testapps/embmsdownload/
DSideChannel.java29 public static final String ACTION_DELAY_DOWNLOAD = field in SideChannel
55 Intent intent = new Intent(ACTION_DELAY_DOWNLOAD); in delayDownloads()