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

  /frameworks/support/v4/jellybean/android/support/v4/app/
RemoteInputCompatJellybean.java 103 Intent clipIntent = new Intent();
104 clipIntent.putExtra(EXTRA_RESULTS_DATA, resultsBundle);
105 intent.setClipData(ClipData.newIntent(RESULTS_CLIP_LABEL, clipIntent));
  /frameworks/base/core/java/android/app/
RemoteInput.java 281 Intent clipIntent = new Intent();
282 clipIntent.putExtra(EXTRA_RESULTS_DATA, resultsBundle);
283 intent.setClipData(ClipData.newIntent(RESULTS_CLIP_LABEL, clipIntent));
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 57 milliseconds