OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_LIST
(Results
1 - 7
of
7
) sorted by null
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java
59
public static final String
ACTION_LIST
= "android.intent.action.DOWNLOAD_LIST";
DownloadReceiver.java
72
|| action.equals(Constants.
ACTION_LIST
)
87
} else if (action.equals(Constants.
ACTION_LIST
)) {
106
} else if (action.equals(Constants.
ACTION_LIST
)) {
DownloadNotification.java
186
Intent intent = new Intent(Constants.
ACTION_LIST
);
225
intent = new Intent(Constants.
ACTION_LIST
);
232
intent = new Intent(Constants.
ACTION_LIST
);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java
75
public static final String
ACTION_LIST
= "android.btopp.intent.action.LIST";
BluetoothOppReceiver.java
133
} else if (action.equals(Constants.ACTION_OPEN) || action.equals(Constants.
ACTION_LIST
)) {
BluetoothOppNotification.java
293
Intent intent = new Intent(Constants.
ACTION_LIST
);
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java
433
Intent intent = new Intent(Constants.
ACTION_LIST
);
Completed in 65 milliseconds