Searched refs:ACTION_LIST (Results 1 – 8 of 8) sorted by relevance
89 || Constants.ACTION_LIST.equals(action) in onReceive()162 if (Constants.ACTION_LIST.equals(action)) { in handleNotificationBroadcast()
52 public static final String ACTION_LIST = "android.intent.action.DOWNLOAD_LIST"; field in Constants
243 final Intent intent = new Intent(Constants.ACTION_LIST, in updateWithLocked()282 action = Constants.ACTION_LIST; in updateWithLocked()
89 static final String ACTION_LIST = "android.btopp.intent.action.LIST"; field in Constants
131 } else if (action.equals(Constants.ACTION_OPEN) || action.equals(Constants.ACTION_LIST)) { in onReceive()
443 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()