Searched refs:LongBackgroundTasksState (Results 1 – 4 of 4) sorted by relevance
70 public LongBackgroundTasksState createPermissionState(String packageName, int uid) { in createPermissionState()76 return new LongBackgroundTasksState(permissionRequested, permissionGranted); in createPermissionState()101 if (info.extraInfo instanceof LongBackgroundTasksState) {102 final LongBackgroundTasksState state = (LongBackgroundTasksState) info.extraInfo;113 public static class LongBackgroundTasksState { class in AppStateLongBackgroundTasksBridge117 LongBackgroundTasksState(boolean permissionRequested, boolean permissionGranted) { in LongBackgroundTasksState() method in AppStateLongBackgroundTasksBridge.LongBackgroundTasksState
50 private AppStateLongBackgroundTasksBridge.LongBackgroundTasksState mPermissionState;58 final AppStateLongBackgroundTasksBridge.LongBackgroundTasksState state = in getSummary()
83 final AppStateLongBackgroundTasksBridge.LongBackgroundTasksState appState = in isCandidate()
50 private AppStateLongBackgroundTasksBridge.LongBackgroundTasksState mPermissionState;