List of usage examples for android.content ComponentCallbacks interface-usage
From source file org.restcomm.android.olympus.MainActivity.java
public class MainActivity extends AppCompatActivity implements MainFragment.Callbacks, RCDeviceListener, View.OnClickListener, SharedPreferences.OnSharedPreferenceChangeListener, AddUserDialogFragment.ContactDialogListener, ServiceConnection, ComponentCallbacks, ComponentCallbacks2 { private RCDevice device = null; boolean serviceBound = false;
From source file com.silentcircle.contacts.ContactPhotoManager.java
/** * Asynchronously loads contact photos and maintains a cache of photos. */ public abstract class ContactPhotoManager implements ComponentCallbacks { static final String TAG = "ContactPhotoManager"; static final boolean DEBUG = false; // Don't submit with true
From source file com.chuhan.privatecalc.fragment.os.FragmentState.java
/**
* Static library support version of the framework's {@link android.app.Fragment}.
* Used to write apps that run on platforms prior to Android 3.0. When running
* on Android 3.0 or above, this implementation is still used; it does not try
* to switch to the framework's implementation. See the framework SDK
* documentation for a class overview.
From source file com.tencent.tws.assistant.support.v4.app.FragmentState.java
/**
* Static library support version of the framework's {@link android.app.Fragment}.
* Used to write apps that run on platforms prior to Android 3.0. When running
* on Android 3.0 or above, this implementation is still used; it does not try
* to switch to the framework's implementation. See the framework {@link android.app.Fragment}
* documentation for a class overview.