OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:browseIntent
(Results
1 - 11
of
11
) 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) {
/development/samples/SupportPercentDemos/src/com/example/android/support/percent/
SupportPercentDemos.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/UiBench/src/com/android/test/uibench/
MainActivity.java
125
addItem(myData, nextLabel,
browseIntent
(prefix.equals("") ?
153
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
368
final PendingIntent
browseIntent
= buildBrowsePendingIntent(vol);
372
browseIntent
))
376
.setContentIntent(
browseIntent
)
Completed in 7100 milliseconds