Home
last modified time | relevance | path

Searched refs:parentActivity (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/detail/
DContactLoaderFragment.java359 final Activity parentActivity = getActivity(); in createLauncherShortcutWithContact() local
361 ShortcutIntentBuilder builder = new ShortcutIntentBuilder(parentActivity, in createLauncherShortcutWithContact()
369 parentActivity.sendBroadcast(shortcutIntent); in createLauncherShortcutWithContact()
373 Toast.makeText(parentActivity, in createLauncherShortcutWithContact()
/packages/apps/Calendar/src/com/android/calendar/
DDeleteEventHelper.java102 public DeleteEventHelper(Context context, Activity parentActivity, boolean exitWhenDone) { in DeleteEventHelper() argument
103 if (exitWhenDone && parentActivity == null) { in DeleteEventHelper()
108 mParent = parentActivity; in DeleteEventHelper()
DCalendarController.java747 private void launchDeleteEventAndFinish(Activity parentActivity, long eventId, long startMillis, in launchDeleteEventAndFinish() argument
749 DeleteEventHelper deleteEventHelper = new DeleteEventHelper(mContext, parentActivity, in launchDeleteEventAndFinish()
750 parentActivity != null /* exit when done */); in launchDeleteEventAndFinish()