Searched refs:ARG_NETWORK_SUB_ID (Results 1 – 4 of 4) sorted by relevance
41 static final String ARG_NETWORK_SUB_ID = "network_sub_id"; field in MobileNetworkFragment54 args.putInt(ARG_NETWORK_SUB_ID, subId); in newInstance()71 ? getArguments().getInt(ARG_NETWORK_SUB_ID, MobileNetworkUpdateManager.SUB_ID_NULL) in onAttach()
48 private static final String ARG_NETWORK_SUB_ID = "network_sub_id"; field in AppDataUsageFragment65 args.putInt(ARG_NETWORK_SUB_ID, subId); in newInstance()82 ? getArguments().getInt(ARG_NETWORK_SUB_ID, SUB_ID_NULL) : SUB_ID_NULL; in onAttach()
100 assertThat(captor.getValue().getArguments().getInt(MobileNetworkFragment.ARG_NETWORK_SUB_ID, in onPreferenceClicked_launchesFragment()
246 assertThat(captor.getValue().getArguments().getInt(MobileNetworkFragment.ARG_NETWORK_SUB_ID, in performClick_oneSim_startsMobileNetworkFragment()