Home
last modified time | relevance | path

Searched refs:getComponent (Results 1 – 9 of 9) sorted by relevance

/development/samples/DataWiper/src/com.example.android.datawiper/
DMyAdmin.java26 public static ComponentName getComponent(Context context) { in getComponent() method in MyAdmin
32 .isAdminActive(getComponent(context)); in isEnabled()
37 .removeActiveAdmin(getComponent(context)); in disable()
DMyMain.java72 intent.putExtra(DevicePolicyManager.EXTRA_DEVICE_ADMIN, MyAdmin.getComponent(this)); in enableAdmin()
/development/samples/Home/src/com/example/android/home/
DApplicationInfo.java72 intent.getComponent().getClassName().equals( in equals()
73 that.intent.getComponent().getClassName()); in equals()
80 final String name = intent.getComponent().getClassName(); in hashCode()
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
DAppEntry.java51 return mLaunchIntent.getComponent(); in getComponentName()
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DAMControl.java39 ComponentName target = intent.getComponent(); in launchInBackground()
DTestBase.java87 Log.d(TAG, "Launching " + launch.getComponent().toString()); in startActivities()
DBaseActivity.java264 + nextIntent.getComponent().toString()); in prepareLaunchForward()
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetworkVars.java114 return Monkey.currentIntent.getComponent().getClassName();
122 return Monkey.currentIntent.getComponent().getPackageName();
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
DShortcutPublisher.java80 mMyActivity = getIntent().getComponent(); in onCreate()