Searched refs:instantiate (Results 26 - 48 of 48) sorted by relevance

12

/frameworks/base/libs/common_time/
H A Dcommon_time_config_service.cpp24 sp<CommonTimeConfigService> CommonTimeConfigService::instantiate( function in class:android::CommonTimeConfigService
H A Dcommon_clock_service.cpp26 sp<CommonClockService> CommonClockService::instantiate( function in class:android::CommonClockService
H A Dcommon_time_server.cpp169 mICommonClock = CommonClockService::instantiate(*this);
174 mICommonTimeConfig = CommonTimeConfigService::instantiate(*this);
/frameworks/av/drm/drmserver/
H A DDrmManagerService.h42 static void instantiate();
H A DDrmManagerService.cpp98 void DrmManagerService::instantiate() { function in class:DrmManagerService
99 ALOGV("instantiate");
/frameworks/support/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DFragmentNestingPagerSupport.java124 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
H A DFragmentNestingStatePagerSupport.java124 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentTabsPager.java149 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DFragmentNestingPagerSupport.java124 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
H A DFragmentNestingStatePagerSupport.java124 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentTabsPager.java149 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragment.java148 // This state is set by FragmentState.instantiate and cleared in onCreate.
288 * Thrown by {@link Fragment#instantiate(Context, String, Bundle)} when
316 * Like {@link #instantiate(Context, String, Bundle)} but with a null
319 public static Fragment instantiate(Context context, String fname) { method in class:Fragment
320 return instantiate(context, fname, null);
327 * @param context The calling context being used to instantiate the fragment.
329 * @param fname The class name of the fragment to instantiate.
337 public static Fragment instantiate(Context context, String fname, @Nullable Bundle args) { method in class:Fragment
352 throw new InstantiationException("Unable to instantiate fragment " + fname
356 throw new InstantiationException("Unable to instantiate fragmen
[all...]
H A DFragmentTabHost.java348 newTab.fragment = Fragment.instantiate(mContext,
H A DBackStackRecord.java92 public BackStackRecord instantiate(FragmentManagerImpl fm) { method in class:BackStackState
H A DFragmentManager.java3014 // to their saved state, so we don't try to instantiate them again.
3056 Fragment f = fs.instantiate(mHost, mContainer, mParent, childNonConfig);
3106 BackStackRecord bse = fms.mBackStack[i].instantiate(this);
3680 fragment = mContainer.instantiate(context, fname, null);
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java341 newTab.fragment = Fragment.instantiate(mContext,
/frameworks/base/core/java/android/app/
H A DFragment.java78 * The framework will often re-instantiate a fragment class when needed,
80 * constructor to instantiate it. If the no-argument constructor is not
332 // This state is set by FragmentState.instantiate and cleared in onCreate.
459 * Thrown by {@link Fragment#instantiate(Context, String, Bundle)} when
487 * Like {@link #instantiate(Context, String, Bundle)} but with a null
490 public static Fragment instantiate(Context context, String fname) { method in class:Fragment
491 return instantiate(context, fname, null);
498 * @param context The calling context being used to instantiate the fragment.
500 * @param fname The class name of the fragment to instantiate.
508 public static Fragment instantiate(Contex method in class:Fragment
[all...]
H A DBackStackRecord.java94 public BackStackRecord instantiate(FragmentManagerImpl fm) { method in class:BackStackState
H A DFragmentManager.java2801 // to their saved state, so we don't try to instantiate them again.
2843 Fragment f = fs.instantiate(mHost, mContainer, mParent, childNonConfig);
2894 BackStackRecord bse = fms.mBackStack[i].instantiate(this);
3528 fragment = mContainer.instantiate(context, fname, null);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h220 static void instantiate();
H A DMediaPlayerService.cpp271 void MediaPlayerService::instantiate() { function in class:android::MediaPlayerService
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java1254 Fragment f = Fragment.instantiate(this, fragmentName, args);
1395 Fragment f = Fragment.instantiate(this, fragmentClass, args);
/frameworks/av/services/mediaanalytics/
H A DMediaAnalyticsService.cpp106 void MediaAnalyticsService::instantiate() { function in class:android::MediaAnalyticsService

Completed in 509 milliseconds

12