Searched refs:instantiate (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/av/drm/drmserver/
H A Dmain_drmserver.cpp34 DrmManagerService::instantiate();
H A DDrmManagerService.cpp40 void DrmManagerService::instantiate() { function in class:DrmManagerService
41 ALOGV("instantiate");
/frameworks/base/services/jni/
H A Dcom_android_server_SystemServer.cpp33 SensorService::instantiate();
/frameworks/base/tools/layoutlib/bridge/src/android/app/
H A DFragment_Delegate.java41 * Sets the current {@link IProjectCallback} to be used to instantiate classes coming
49 * Like {@link #instantiate(Context, String, Bundle)} but with a null
53 /*package*/ static Fragment instantiate(Context context, String fname) { method in class:Fragment_Delegate
54 return instantiate(context, fname, null);
61 * @param context The calling context being used to instantiate the fragment.
63 * @param fname The class name of the fragment to instantiate.
72 /*package*/ static Fragment instantiate(Context context, String fname, Bundle args) { method in class:Fragment_Delegate
87 throw new Fragment.InstantiationException("Unable to instantiate fragment " + fname
91 throw new Fragment.InstantiationException("Unable to instantiate fragment " + fname
95 throw new Fragment.InstantiationException("Unable to instantiate fragmen
[all...]
/frameworks/av/media/mediaserver/
H A Dmain_mediaserver.cpp57 MediaLogService::instantiate();
127 AudioFlinger::instantiate();
128 MediaPlayerService::instantiate();
129 CameraService::instantiate();
130 AudioPolicyService::instantiate();
/frameworks/base/drm/java/android/drm/
H A DDrmRights.java25 * A caller can instantiate a {@link DrmRights} object by first invoking the
30 * A caller can also instantiate a {@link DrmRights} object by using the
54 instantiate(file, mimeType);
93 instantiate(rightsFile, mimeType);
96 private void instantiate(File rightsFile, String mimeType) { method in class:DrmRights
/frameworks/native/include/binder/
H A DBinderService.h49 static void instantiate() { publish(); } function in class:android::BinderService
/frameworks/support/v4/honeycomb_mr2/android/support/v4/os/
H A DParcelableCompatHoneycombMR2.java23 static <T> Parcelable.Creator<T> instantiate(ParcelableCompatCreatorCallbacks<T> callbacks) { method in class:ParcelableCompatCreatorHoneycombMR2Stub
/frameworks/support/v4/java/android/support/v4/os/
H A DParcelableCompat.java37 ParcelableCompatCreatorHoneycombMR2Stub.instantiate(callbacks);
/frameworks/base/services/common_time/
H A Dcommon_time_config_service.h29 static sp<CommonTimeConfigService> instantiate(CommonTimeServer& timeServer);
H A Dcommon_clock_service.h30 static sp<CommonClockService> instantiate(CommonTimeServer& timeServer);
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.cpp168 mICommonClock = CommonClockService::instantiate(*this);
173 mICommonTimeConfig = CommonTimeConfigService::instantiate(*this);
/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h42 static void instantiate();
/frameworks/base/core/java/android/app/
H A DFragment.java89 public Fragment instantiate(Activity activity, Fragment parent) { method in class:FragmentState
98 mInstance = Fragment.instantiate(activity, mClassName, mArguments);
164 * The framework will often re-instantiate a fragment class when needed,
166 * constructor to instantiate it. If the empty constructor is not available,
527 * Thrown by {@link Fragment#instantiate(Context, String, Bundle)} when
557 * Like {@link #instantiate(Context, String, Bundle)} but with a null
560 public static Fragment instantiate(Context context, String fname) { method in class:Fragment
561 return instantiate(context, fname, null);
568 * @param context The calling context being used to instantiate the fragment.
570 * @param fname The class name of the fragment to instantiate
578 public static Fragment instantiate(Context context, String fname, Bundle args) { method in class:Fragment
[all...]
H A DFragmentManager.java864 // layout, we need to instantiate the view immediately
1730 // to their saved state, so we don't try to instantiate them again.
1759 Fragment f = fs.instantiate(mActivity, mParent);
1816 BackStackRecord bse = fms.mBackStack[i].instantiate(this);
H A DBackStackRecord.java96 public BackStackRecord instantiate(FragmentManagerImpl fm) { method in class:BackStackState
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java88 public Fragment instantiate(FragmentActivity activity, Fragment parent) { method in class:FragmentState
97 mInstance = Fragment.instantiate(activity, mClassName, mArguments);
343 * Thrown by {@link Fragment#instantiate(Context, String, Bundle)} when
373 * Like {@link #instantiate(Context, String, Bundle)} but with a null
376 public static Fragment instantiate(Context context, String fname) { method in class:Fragment
377 return instantiate(context, fname, null);
384 * @param context The calling context being used to instantiate the fragment.
386 * @param fname The class name of the fragment to instantiate.
394 public static Fragment instantiate(Context context, String fname, Bundle args) { method in class:Fragment
409 throw new InstantiationException("Unable to instantiate fragmen
[all...]
H A DFragmentTabHost.java343 newTab.fragment = Fragment.instantiate(mContext,
H A DFragmentActivity.java283 fragment = Fragment.instantiate(this, fname);
H A DFragmentManager.java898 // layout, we need to instantiate the view immediately
1761 // to their saved state, so we don't try to instantiate them again.
1790 Fragment f = fs.instantiate(mActivity, mParent);
1847 BackStackRecord bse = fms.mBackStack[i].instantiate(this);
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java335 newTab.fragment = Fragment.instantiate(mContext,
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h250 static void instantiate();
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java1183 Fragment f = Fragment.instantiate(this, fragmentName, args);
1312 Fragment f = Fragment.instantiate(this, fragmentClass, args);

Completed in 462 milliseconds

12