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

/frameworks/base/include/binder/
H A DBinderService.h50 static void instantiate() { publish(); } function in class:android::BinderService
/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/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.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
49 instantiate(file, mimeType);
95 instantiate(rightsFile, mimeType);
98 private void instantiate(File rightsFile, String mimeType) { method in class:DrmRights
/frameworks/base/drm/drmserver/
H A DDrmManagerService.cpp54 void DrmManagerService::instantiate() { function in class:DrmManagerService
55 LOGV("instantiate");
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java94 public BackStackRecord instantiate(FragmentManagerImpl fm) { method in class:BackStackState
H A DFragment.java87 public Fragment instantiate(Activity activity) { method in class:FragmentState
96 mInstance = Fragment.instantiate(activity, mClassName, mArguments);
160 * The framework will often re-instantiate a fragment class when needed,
162 * constructor to instantiate it. If the empty constructor is not available,
515 * Thrown by {@link Fragment#instantiate(Context, String, Bundle)} when
545 * Like {@link #instantiate(Context, String, Bundle)} but with a null
548 public static Fragment instantiate(Context context, String fname) { method in class:Fragment
549 return instantiate(context, fname, null);
556 * @param context The calling context being used to instantiate the fragment.
558 * @param fname The class name of the fragment to instantiate
566 public static Fragment instantiate(Context context, String fname, Bundle args) { method in class:Fragment
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java94 public BackStackRecord instantiate(FragmentManagerImpl fm) { method in class:BackStackState
H A DFragment.java87 public Fragment instantiate(FragmentActivity activity) { method in class:FragmentState
96 mInstance = Fragment.instantiate(activity, mClassName, mArguments);
325 * Thrown by {@link Fragment#instantiate(Context, String, Bundle)} when
355 * Like {@link #instantiate(Context, String, Bundle)} but with a null
358 public static Fragment instantiate(Context context, String fname) { method in class:Fragment
359 return instantiate(context, fname, null);
366 * @param context The calling context being used to instantiate the fragment.
368 * @param fname The class name of the fragment to instantiate.
376 public static Fragment instantiate(Context context, String fname, Bundle args) { method in class:Fragment
391 throw new InstantiationException("Unable to instantiate fragmen
[all...]
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.cpp211 void MediaPlayerService::instantiate() { function in class:android::MediaPlayerService

Completed in 4613 milliseconds