Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogController.java200 final Intent getLatestIntent = new Intent(GET_LATEST_CB_AREA_INFO_ACTION); in onResume() local
201 getLatestIntent.setPackage(CELL_BROADCAST_RECEIVER_APP); in onResume()
202 mContext.sendBroadcastAsUser(getLatestIntent, UserHandle.ALL, in onResume()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/simstatus/
DSimStatusDialogController.java188 final Intent getLatestIntent = new Intent(GET_LATEST_CB_AREA_INFO_ACTION); in onResume() local
189 getLatestIntent.setPackage(CELL_BROADCAST_RECEIVER_APP); in onResume()
190 mContext.sendBroadcastAsUser(getLatestIntent, UserHandle.ALL, in onResume()