Home
last modified time | relevance | path

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

/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DEnableProfileActivity.java39 ComponentName componentName = EnforcerDeviceAdminReceiver.getComponentName(this); in onCreate() local
/development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
DEnableProfileActivity.java49 ComponentName componentName = BasicDeviceAdminReceiver.getComponentName(this); in enableProfile() local
/development/samples/ApiDemos/src/com/example/android/apis/os/
DSmsMessagingDemo.java71 final ComponentName componentName = new ComponentName("com.example.android.apis", in onCreate() local
DMmsMessagingDemo.java120 final ComponentName componentName = new ComponentName("com.example.android.apis", in onCreate() local
/development/samples/Support7Demos/src/com/example/android/supportv7/
DSupport7Demos.java123 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/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/ActionBarCompat/src/com/example/android/actionbarcompat/
DSimpleMenu.java159 public int addIntentOptions(int i, int i1, int i2, ComponentName componentName, in addIntentOptions()