Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/
DAppDelegate.m46 …// Sent when the application is about to move from active to inactive state. This can occur for ce…
56 …// Called as part of the transition from the background to the inactive state; here you can undo m…
60 …// Restart any tasks that were paused (or not yet started) while the application was inactive. If …
/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
/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.proto1405 // The connection is inactive, or disconnected.