Home | History | Annotate | Download | only in system

Lines Matching refs:mActions

105         mActions.clear();
108 mActions.add(ActionType.LOCATION_STATUS.toAction(
111 mActions.add(ActionType.LOCATION_MODE.toAction(mResources,
113 mActions.add(ActionType.LOCATION_RECENT_REQUESTS.toAction(mResources));
121 mActions.add(locationStatusOn);
122 mActions.add(locationStatusOff);
125 mActions = getRecentRequestActions();
126 if (mActions.size() == 0) {
127 mActions.add(ActionType.LOCATION_NO_RECENT_REQUESTS.toAction(
132 mActions.add(ActionType.LOCATION_SERVICES_GOOGLE.toAction(mResources));
135 mActions = getAccountsActions();
139 mActions.add(ActionType.LOCATION_SERVICES_GOOGLE_REPORTING.toAction(mResources));
140 mActions.add(ActionType.LOCATION_SERVICES_GOOGLE_HISTORY.toAction(mResources));
145 mActions.add(ActionType.ON.toAction(mResources));
146 mActions.add(ActionType.OFF.toAction(mResources));