Searched refs:ACTION_LIST (Results 1 – 8 of 8) sorted by relevance
97 || Constants.ACTION_LIST.equals(action) in onReceive()181 if (Constants.ACTION_LIST.equals(action)) { in handleNotificationBroadcast()
230 final Intent intent = new Intent(Constants.ACTION_LIST, in updateWithLocked()267 action = Constants.ACTION_LIST; in updateWithLocked()
52 public static final String ACTION_LIST = "android.intent.action.DOWNLOAD_LIST"; field in Constants
82 static final String ACTION_LIST = "android.btopp.intent.action.LIST"; field in Constants
122 } else if (action.equals(Constants.ACTION_OPEN) || action.equals(Constants.ACTION_LIST)) { in onReceive()
389 Intent intent = new Intent(Constants.ACTION_LIST); in updateActiveNotification()
138 final Intent intent = new Intent(Constants.ACTION_LIST); in sendRunningDownloadClickedBroadcast()
550 Intent intent = new Intent(Constants.ACTION_LIST); in testNotificationClickedBroadcast()