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

  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemos.java 100 addItem(myData, nextLabel, browseIntent(prefix.equals("") ? nextLabel : prefix + "/" + nextLabel));
127 protected Intent browseIntent(String path) {
  /development/samples/Support13Demos/src/com/example/android/supportv13/
Support13Demos.java 100 addItem(myData, nextLabel, browseIntent(prefix.equals("") ? nextLabel : prefix + "/" + nextLabel));
127 protected Intent browseIntent(String path) {
  /development/samples/Support4Demos/src/com/example/android/supportv4/
Support4Demos.java 100 addItem(myData, nextLabel, browseIntent(prefix.equals("") ? nextLabel : prefix + "/" + nextLabel));
127 protected Intent browseIntent(String path) {
  /development/samples/Support7Demos/src/com/example/android/supportv7/
Support7Demos.java 100 addItem(myData, nextLabel, browseIntent(
129 protected Intent browseIntent(String path) {
  /development/samples/SupportDesignDemos/src/com/example/android/support/design/
SupportDesignDemos.java 100 addItem(myData, nextLabel, browseIntent(
129 protected Intent browseIntent(String path) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
HwTests.java 103 addItem(myData, nextLabel, browseIntent(prefix.equals("") ?
131 protected Intent browseIntent(String path) {
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
VectorDrawableTest.java 102 addItem(myData, nextLabel, browseIntent(prefix.equals("") ?
130 protected Intent browseIntent(String path) {
  /pdk/apps/HelloPDK/src/com/example/android/helloPDK/
MainActivity.java 102 addItem(myData, nextLabel, browseIntent(prefix.equals("") ?
130 protected Intent browseIntent(String path) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 351 final PendingIntent browseIntent = buildBrowsePendingIntent(vol);
355 browseIntent))
359 .setContentIntent(browseIntent)

Completed in 143 milliseconds