Searched refs:inactive (Results 1 – 10 of 10) sorted by relevance
674 LoaderInfo inactive = mInactiveLoaders.get(id); in restartLoader() local675 if (inactive != null) { in restartLoader()682 inactive.mDeliveredData = false; in restartLoader()683 inactive.destroy(); in restartLoader()
1735 final boolean inactive = !fragment.isInBackStack(); in removeFragment()1736 if (!fragment.mDetached || inactive) { in removeFragment()
44 void setAppInactive(String packageName, boolean inactive, int userId); in setAppInactive() argument
496 public void setAppInactive(String packageName, boolean inactive) { in setAppInactive() argument498 mService.setAppInactive(packageName, inactive, mContext.getUserId()); in setAppInactive()
43 // For inactive pixels with non-zero matte, dilated_depth is the depth of the
130 // between active and inactive pixels189 // between active and inactive pixels
147 // between active and inactive pixels
298 // The window manager has determined the user to be inactive via other means.
130 InactiveJob inactive = 1; field
1459 // The connection is inactive, or disconnected.