HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_CREATE_LIVE_FOLDER (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/provider/
LiveFolders.java 26 * <li>An activity that can respond to the intent action {@link #ACTION_CREATE_LIVE_FOLDER}. The
33 * intent filter action {@link #ACTION_CREATE_LIVE_FOLDER} and presents the list to the user.
35 * {@link #ACTION_CREATE_LIVE_FOLDER} action. The activity then creates the live folder and
54 * if (LiveFolders.ACTION_CREATE_LIVE_FOLDER.equals(action)) {
246 * @see #ACTION_CREATE_LIVE_FOLDER
253 * @see #ACTION_CREATE_LIVE_FOLDER
260 * @see #ACTION_CREATE_LIVE_FOLDER
270 * @see #ACTION_CREATE_LIVE_FOLDER
292 public static final String ACTION_CREATE_LIVE_FOLDER =
  /packages/apps/Contacts/src/com/android/contacts/
ContactsLiveFolders.java 39 if (LiveFolders.ACTION_CREATE_LIVE_FOLDER.equals(action)) {
62 if (LiveFolders.ACTION_CREATE_LIVE_FOLDER.equals(action)) {
85 if (LiveFolders.ACTION_CREATE_LIVE_FOLDER.equals(action)) {
  /development/samples/NotePad/src/com/example/android/notepad/
NotesLiveFolder.java 42 if (LiveFolders.ACTION_CREATE_LIVE_FOLDER.equals(action)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLiveFolder.java 57 if (LiveFolders.ACTION_CREATE_LIVE_FOLDER.equals(action)) {
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 180 milliseconds