Home
last modified time | relevance | path

Searched defs:componentName (Results 1 – 5 of 5) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/os/
DSmsMessagingDemo.java71 final ComponentName componentName = new ComponentName("com.example.android.apis", in onCreate() local
/development/samples/Support13Demos/src/com/example/android/supportv13/
DSupport13Demos.java121 protected Intent activityIntent(String pkg, String componentName) { in activityIntent()
/development/samples/Support4Demos/src/com/example/android/supportv4/
DSupport4Demos.java121 protected Intent activityIntent(String pkg, String componentName) { in activityIntent()
/development/samples/ApiDemos/src/com/example/android/apis/
DApiDemos.java121 protected Intent activityIntent(String pkg, String componentName) { in activityIntent()
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
DSimpleMenu.java159 public int addIntentOptions(int i, int i1, int i2, ComponentName componentName, in addIntentOptions()