Searched refs:ACTION_LIST (Results 1 – 8 of 8) sorted by relevance
230 final Intent intent = new Intent(Constants.ACTION_LIST, in updateWithLocked()265 action = Constants.ACTION_LIST; in updateWithLocked()270 action = Constants.ACTION_LIST; in updateWithLocked()
89 || Constants.ACTION_LIST.equals(action) in onReceive()168 if (Constants.ACTION_LIST.equals(action)) { in handleNotificationBroadcast()
52 public static final String ACTION_LIST = "android.intent.action.DOWNLOAD_LIST"; field in Constants
81 public static final String ACTION_LIST = "android.btopp.intent.action.LIST"; field in Constants
110 } else if (action.equals(Constants.ACTION_OPEN) || action.equals(Constants.ACTION_LIST)) { in onReceive()
359 Intent intent = new Intent(Constants.ACTION_LIST); in updateActiveNotification()
126 final Intent intent = new Intent(Constants.ACTION_LIST); in sendRunningDownloadClickedBroadcast()
547 Intent intent = new Intent(Constants.ACTION_LIST); in testNotificationClickedBroadcast()