Home
last modified time | relevance | path

Searched refs:inactive (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/app/
DLoaderManager.java674 LoaderInfo inactive = mInactiveLoaders.get(id); in restartLoader() local
675 if (inactive != null) { in restartLoader()
682 inactive.mDeliveredData = false; in restartLoader()
683 inactive.destroy(); in restartLoader()
DFragmentManager.java1735 final boolean inactive = !fragment.isInBackStack(); in removeFragment()
1736 if (!fragment.mDetached || inactive) { in removeFragment()
/frameworks/base/core/java/android/app/usage/
DIUsageStatsManager.aidl44 void setAppInactive(String packageName, boolean inactive, int userId); in setAppInactive() argument
DUsageStatsManager.java496 public void setAppInactive(String packageName, boolean inactive) { in setAppInactive() argument
498 mService.setAppInactive(packageName, inactive, mContext.getUserId()); in setAppInactive()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dpixel_format_f32.rsh43 // For inactive pixels with non-zero matte, dilated_depth is the depth of the
Dlayered_filter_fast_d1new.rscript130 // between active and inactive pixels
189 // between active and inactive pixels
Dlayered_filter_fast_f32.rscript147 // between active and inactive pixels
/frameworks/base/core/proto/android/server/
Dpowermanagerservice.proto298 // The window manager has determined the user to be inactive via other means.
Djobscheduler.proto130 InactiveJob inactive = 1; field
/frameworks/base/cmds/statsd/src/
Datoms.proto1459 // The connection is inactive, or disconnected.