Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DHandleApiCalls.java203 final Intent pickSelectionIntent = new Intent(mContext, in doInBackground() local
208 mContext.startActivity(pickSelectionIntent); in doInBackground()
223 final Intent pickSelectionIntent = new Intent(mContext, AlarmSelectionActivity.class) in doInBackground() local
228 mContext.startActivity(pickSelectionIntent); in doInBackground()