HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_CREATE_LIVE_FOLDER (Results 1 - 10 of 10) 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)) {
256 * @see #ACTION_CREATE_LIVE_FOLDER
263 * @see #ACTION_CREATE_LIVE_FOLDER
270 * @see #ACTION_CREATE_LIVE_FOLDER
280 * @see #ACTION_CREATE_LIVE_FOLDER
302 public static final String ACTION_CREATE_LIVE_FOLDER =
  /development/samples/NotePad/src/com/example/android/notepad/
NotesLiveFolder.java 34 * The intent filter for this Activity is set to ACTION_CREATE_LIVE_FOLDER, which
49 * ACTION_CREATE_LIVE_FOLDER, then create an outgoing Intent with the
55 if (LiveFolders.ACTION_CREATE_LIVE_FOLDER.equals(action)) {
105 // If the original action was not ACTION_CREATE_LIVE_FOLDER, creates an
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLiveFolder.java 57 if (LiveFolders.ACTION_CREATE_LIVE_FOLDER.equals(action)) {
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 4938 milliseconds