Home | History | Annotate | Download | only in app

Lines Matching defs:inactive

459             // loader.  If there is a previous loader on the inactive list,
656 LoaderInfo inactive = mInactiveLoaders.get(id);
657 if (inactive != null) {
661 // yet destroyed the last inactive loader. So just do
663 if (DEBUG) Log.v(TAG, " Removing last inactive loader: " + info);
664 inactive.mDeliveredData = false;
665 inactive.destroy();
669 // We already have an inactive loader for this ID that we are
698 if (DEBUG) Log.v(TAG, " Making last loader inactive: " + info);
839 if (DEBUG) Log.v(TAG, "Destroying Inactive in " + this);
870 writer.print(prefix); writer.println("Inactive Loaders:");