HomeSort by relevance Sort by last modified time
    Searched refs:ApiServiceListener (Results 1 - 4 of 4) sorted by null

  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiService.java 200 private static final List<ApiServiceListener> mListeners = new ArrayList<ApiServiceListener>();
278 public static void registerListener(ApiServiceListener listener) {
287 public static void unregisterListener(ApiServiceListener listener) {
    [all...]
ApiServiceListener.java 33 public class ApiServiceListener {
  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectsActivity.java 39 import com.android.videoeditor.service.ApiServiceListener;
77 private final ApiServiceListener mProjectsLoadedListener = new ApiServiceListener() {
VideoEditorBaseActivity.java 36 import com.android.videoeditor.service.ApiServiceListener;
73 private class ServiceListener extends ApiServiceListener {
    [all...]

Completed in 415 milliseconds