Searched defs:instantiate (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/services/mediadrm/
H A DMediaDrmService.cpp32 void MediaDrmService::instantiate() { function in class:android::MediaDrmService
/frameworks/base/tools/layoutlib/bridge/src/android/app/
H A DFragment_Delegate.java41 * Sets the current {@link LayoutlibCallback} 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/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/base/drm/java/android/drm/
H A DDrmRights.java26 * A caller can instantiate a {@link DrmRights} object by first invoking the
31 * A caller can also instantiate a {@link DrmRights} object by using the
55 instantiate(file, mimeType);
94 instantiate(rightsFile, mimeType);
97 private void instantiate(File rightsFile, String mimeType) { method in class:DrmRights
/frameworks/base/libs/common_time/
H A Dcommon_clock_service.cpp26 sp<CommonClockService> CommonClockService::instantiate( function in class:android::CommonClockService
H A Dcommon_time_config_service.cpp24 sp<CommonTimeConfigService> CommonTimeConfigService::instantiate( function in class:android::CommonTimeConfigService
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp98 void DrmManagerService::instantiate() { function in class:DrmManagerService
99 ALOGV("instantiate");
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java115 public BackStackRecord instantiate(FragmentManagerImpl fm) { method in class:BackStackState
H A DFragment.java103 public Fragment instantiate(FragmentHostCallback host, Fragment parent, method in class:FragmentState
111 mInstance = Fragment.instantiate(context, mClassName, mArguments);
180 * The framework will often re-instantiate a fragment class when needed,
182 * constructor to instantiate it. If the no-argument constructor is not
439 // This state is set by FragmentState.instantiate and cleared in onCreate.
559 * Thrown by {@link Fragment#instantiate(Context, String, Bundle)} when
589 * Like {@link #instantiate(Context, String, Bundle)} but with a null
592 public static Fragment instantiate(Context context, String fname) { method in class:Fragment
593 return instantiate(context, fname, null);
600 * @param context The calling context being used to instantiate th
610 public static Fragment instantiate(Context context, String fname, @Nullable Bundle args) { method in class:Fragment
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java107 public BackStackRecord instantiate(FragmentManagerImpl fm) { method in class:BackStackState
H A DFragment.java97 public Fragment instantiate(FragmentHostCallback host, Fragment parent, method in class:FragmentState
105 mInstance = Fragment.instantiate(context, mClassName, mArguments);
250 // This state is set by FragmentState.instantiate and cleared in onCreate.
371 * Thrown by {@link Fragment#instantiate(Context, String, Bundle)} when
401 * Like {@link #instantiate(Context, String, Bundle)} but with a null
404 public static Fragment instantiate(Context context, String fname) { method in class:Fragment
405 return instantiate(context, fname, null);
412 * @param context The calling context being used to instantiate the fragment.
414 * @param fname The class name of the fragment to instantiate.
422 public static Fragment instantiate(Contex method in class:Fragment
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp266 void MediaPlayerService::instantiate() { function in class:android::MediaPlayerService

Completed in 712 milliseconds