Loading telephony/java/android/telephony/TelephonyManager.java +7 −0 Original line number Original line Diff line number Diff line Loading @@ -110,6 +110,13 @@ public class TelephonyManager { public static final String MODEM_ACTIVITY_RESULT_KEY = public static final String MODEM_ACTIVITY_RESULT_KEY = BatteryStats.RESULT_RECEIVER_CONTROLLER_KEY; BatteryStats.RESULT_RECEIVER_CONTROLLER_KEY; /** * The process name of the Phone app as well as many other apps that use this process name, such * as settings and vendor components. * @hide */ public static final String PHONE_PROCESS_NAME = "com.android.phone"; /** /** * The allowed states of Wi-Fi calling. * The allowed states of Wi-Fi calling. * * Loading Loading
telephony/java/android/telephony/TelephonyManager.java +7 −0 Original line number Original line Diff line number Diff line Loading @@ -110,6 +110,13 @@ public class TelephonyManager { public static final String MODEM_ACTIVITY_RESULT_KEY = public static final String MODEM_ACTIVITY_RESULT_KEY = BatteryStats.RESULT_RECEIVER_CONTROLLER_KEY; BatteryStats.RESULT_RECEIVER_CONTROLLER_KEY; /** * The process name of the Phone app as well as many other apps that use this process name, such * as settings and vendor components. * @hide */ public static final String PHONE_PROCESS_NAME = "com.android.phone"; /** /** * The allowed states of Wi-Fi calling. * The allowed states of Wi-Fi calling. * * Loading