Home
last modified time | relevance | path

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

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DLaunchFragment.java35 import com.example.android.intentplayground.IntentBuilderView.OnLaunchCallback;
40 private OnLaunchCallback mOnLaunchCallback;
48 if (activity instanceof OnLaunchCallback) { in onCreateView()
49 mOnLaunchCallback = (OnLaunchCallback) activity; in onCreateView()
DBaseActivity.java49 IntentBuilderView.OnLaunchCallback {
DIntentBuilderView.java372 public interface OnLaunchCallback { interface in IntentBuilderView