1. 72f07d6 Add maxTargetSdk restriction to unused APIs. by Mathew Inwood · 4 years, 9 months ago
  2. 586a3cf Remove @TestApi from @SystemApi symbols by Anton Hansson · 4 years, 10 months ago
  3. c5ef3b9 Merge "Update language to comply with Android's inclusive language guidance" am: a005cb30ed am: 3772a5b3fd by Tyler Gunn · 5 years ago
  4. 460360d Update language to comply with Android's inclusive language guidance by Tyler Gunn · 5 years ago
  5. 5a017d5 Merge changes from topic "rvc-telephony-caching" into rvc-dev am: a131a0c64f by Collin Fijalkovich · 5 years ago
  6. 92f928b Refactor SubscriptionManager caching code am: 29b1874ffc by Hall Liu · 5 years ago
  7. 7652df0 Cache getDefaultSmsSubscriptionId Binder calls am: 02e5c590c3 by Collin Fijalkovich · 5 years ago
  8. ec2f9e4 Cache getActiveDataSubscriptionId Binder calls am: 7d7ce5135c by Collin Fijalkovich · 5 years ago
  9. 41f9462 Cache getPhoneId and getSlotIndex binder calls. by Collin Fijalkovich · 5 years ago
  10. 29b1874f Refactor SubscriptionManager caching code by Hall Liu · 5 years ago
  11. 02e5c59 Cache getDefaultSmsSubscriptionId Binder calls by Collin Fijalkovich · 5 years ago
  12. 7d7ce51 Cache getActiveDataSubscriptionId Binder calls by Collin Fijalkovich · 5 years ago
  13. b5ee33d7 Merge "Cache getDefaultDataSubscriptionId Binder calls" into rvc-dev am: f2f45653b4 by Collin Fijalkovich · 5 years ago
  14. ce43a59 Cache getDefaultDataSubscriptionId Binder calls by Collin Fijalkovich · 5 years ago
  15. 4dd7b30 Merge "Cache getDefaultSubscriptionId Binder calls" into rvc-dev am: cffe947079 by Collin Fijalkovich · 5 years ago
  16. 4ffdedf Cache getDefaultSubscriptionId Binder calls by Collin Fijalkovich · 6 years ago
  17. 76ab5fb Fix potential issue where sub info change listener is not registered. by Tyler Gunn · 5 years ago
  18. 8f87131 Merge "Fix potential issue where sub info change listener is not registered." into rvc-dev am: f0d5687181 by Tyler Gunn · 5 years ago
  19. cf2cd8d Fix potential issue where sub info change listener is not registered. by Tyler Gunn · 5 years ago
  20. 98c0acf Merge "[Telephony Mainline] To mark @hide for mainline module reverting" into rvc-dev am: 4ce79c63de by Betty Chang · 5 years ago
  21. 4ce79c6 Merge "[Telephony Mainline] To mark @hide for mainline module reverting" into rvc-dev by Betty Chang · 5 years ago
  22. 0ddf440 [API Review] APIs in SubscriptionManager by Peter Wang · 6 years ago
  23. c69bb08 Merge "[Telephony Mainline] Rename getActiveAndHiddenSubscriptionIdList and guard with permission" into rvc-dev am: d9773f2ca6 by Peter Wang · 5 years ago
  24. 74d9a49 Merge "[API Review] APIs in SubscriptionManager" into rvc-dev am: 77bdf2a0c0 by Peter Wang · 5 years ago
  25. d9773f2 Merge "[Telephony Mainline] Rename getActiveAndHiddenSubscriptionIdList and guard with permission" into rvc-dev by Peter Wang · 5 years ago
  26. f68a8b0 [Telephony Mainline] To mark @hide for mainline module reverting by changbetty · 5 years ago
  27. ceba2ad [Telephony Mainline] Rename getActiveAndHiddenSubscriptionIdList and by Peter Wang · 5 years ago
  28. ff7f25f [API Review] APIs in SubscriptionManager by Peter Wang · 6 years ago
  29. deb27cc Merge "Re-order parameters of setUiccApplicationsEnabled." by Xiangyu/Malcolm Chen · 5 years ago
  30. 12ac3f4 Rename featureId -> attributionTag by Philip P. Moltmann · 5 years ago
  31. aea50fc Rename featureId -> attributionTag by Philip P. Moltmann · 5 years ago
  32. 05d1ed1 Mark NonNull for canManageSubscription parameters. by Malcolm Chen · 5 years ago
  33. 91056a4 Re-order parameters of setUiccApplicationsEnabled. by Malcolm Chen · 5 years ago
  34. 8b40b79 Merge "change getActiveAndHiddenSubscriptionInfoList API name" into rvc-dev am: 8ca61d7cd3 by Automerger Merge Worker · 5 years ago
  35. 4046806 change getActiveAndHiddenSubscriptionInfoList API name by Sooraj Sasindran · 6 years ago
  36. 71d3dac Switched out PhoneConstants.PhoneKey by Daniel Bright · 6 years ago
  37. 81becd1 Merge "Add javadoc and deprecate addOnSubscriptionsChangedListener(android.telephony.SubscriptionManager.OnSubscriptionsChangedListener)" am: 35c5908f80 am: 0b0e2a7aad by Automerger Merge Worker · 5 years ago
  38. 35c5908 Merge "Add javadoc and deprecate addOnSubscriptionsChangedListener(android.telephony.SubscriptionManager.OnSubscriptionsChangedListener)" by Treehugger Robot · 5 years ago
  39. 03c3d36 Merge "Rewriting phone constants for mainline" by Daniel Bright · 5 years ago
  40. 8972b83 Merge "Re-order parameters of setUiccApplicationsEnabled." into rvc-dev by Xiangyu/Malcolm Chen · 5 years ago
  41. f0af4a69 Re-order parameters of setUiccApplicationsEnabled. by Malcolm Chen · 5 years ago
  42. 0b5d285 Rewriting phone constants for mainline by Daniel Bright · 6 years ago
  43. 01d128c [Telephony Mainline] Expose getActiveSubscriptionIdList by Peter Wang · 6 years ago
  44. 277a551 Mark NonNull for canManageSubscription parameters. by Malcolm Chen · 5 years ago
  45. eb56d06 Add javadoc and deprecate addOnSubscriptionsChangedListener(android.telephony.SubscriptionManager.OnSubscriptionsChangedListener) by Zongheng Wang · 5 years ago
  46. 306ae95 Delete unused reference of a hidden constant. by Amit Mahajan · 6 years ago
  47. c73a281 TelephonyManager: cache service handles by Tim Murray · 6 years ago
  48. 0daef81 Merge "Use Context.NETWORK_POLICY_SERVICE to get network policy service" by Aaron Huang · 5 years ago
  49. f734372 Merge "Add setSubscriptionOverride() to system API" by Chalard Jean · 6 years ago
  50. 442a1ca Merge "[Mainline] Move the setAlwaysAllowMmsData from SubscriptionManager to TelephonyManager" by Betty Chang · 6 years ago
  51. 5a7efe5 Merge "Create new context with new resources" by Jordan Liu · 6 years ago
  52. 0e16108 Create new context with new resources by Jordan Liu · 6 years ago
  53. 0dcce3b Merge "Create new context with new resources" by Jordan Liu · 6 years ago
  54. 14747aa Create new context with new resources by Jordan Liu · 6 years ago
  55. 0ae6355 [Mainline] Move the setAlwaysAllowMmsData from SubscriptionManager to TelephonyManager by changbetty · 6 years ago
  56. 2108944 Use Context.NETWORK_POLICY_SERVICE to get network policy service by Aaron Huang · 6 years ago
  57. 79f52ea Add setSubscriptionOverride() to system API by Aaron Huang · 6 years ago
  58. e3387ef9 Fix import of Rlog - generated by formatting tool by Meng Wang · 6 years ago
  59. 7c7b736 Remove unused APIs and variables in SubMgr. by Malcolm Chen · 6 years ago
  60. 41c232c Add IMS_RCS_UCE_ENABLED column to SimInfo database by Brad Ebinger · 6 years ago
  61. d77e0bd Redesign the setPreferredNetworkType by calvinpan · 6 years ago
  62. 7932296 Delete unused reference of a hidden constant. by Amit Mahajan · 6 years ago
  63. 15a530b Merge "[Telephony Mainline] Remove usages of IBinder's for classes that do not belong to Telephony" by Ying Xu · 6 years ago
  64. 78af57d [Telephony Mainline] Expose APIs in SubscriptionManager by Peter Wang · 6 years ago
  65. 51b09fa [Telephony Mainline] Remove usages of IBinder's for classes that do not by Peter Wang · 6 years ago
  66. 071d420 Add IMS_RCS_UCE_ENABLED column to SimInfo database by Brad Ebinger · 6 years ago
  67. 7e96360 Use Context.NETWORK_POLICY_SERVICE to get network policy service by Aaron Huang · 6 years ago
  68. 2d471ca Add setSubscriptionOverride() to system API by Aaron Huang · 6 years ago
  69. 2ffecdb Merge "Redesign the setPreferredNetworkType" by Calvin Pan · 6 years ago
  70. d11c121 Redesign the setPreferredNetworkType by calvinpan · 6 years ago
  71. 63514be Switched out PhoneConstants.PhoneKey by Daniel Bright · 6 years ago
  72. 4bcbfce Rewriting phone constants for mainline by Daniel Bright · 6 years ago
  73. 6d3e821 Use com.android.telephony.Rlog for mainline module. by Meng Wang · 6 years ago
  74. b2c3eaa Merge "Use new UnsupportedAppUsage annotation." by Treehugger Robot · 6 years ago
  75. c9e48d9 Update javadocs for API review by Sarah Chin · 6 years ago
  76. cb1aa8d Merge "Use com.android.telephony.Rlog for mainline module." by Meng Wang · 6 years ago
  77. 80b73b9 5G meteredness for telephony framework by Sarah Chin · 6 years ago
  78. 54af4fc Use new UnsupportedAppUsage annotation. by Artur Satayev · 6 years ago
  79. df94694c Merge "Handle 5G meteredness in telephony framework" by Sarah Chin · 6 years ago
  80. b8ffe81 Use com.android.telephony.Rlog for mainline module. by Meng Wang · 6 years ago
  81. adf7e99 Merge "Add addOnSubscriptionsChangedListener with an executor as a parameter" am: 6c64897b4e am: 3fef1ac0e8 am: 08293747be by Automerger Merge Worker · 6 years ago
  82. 0829374 Merge "Add addOnSubscriptionsChangedListener with an executor as a parameter" am: 6c64897b4e am: 3fef1ac0e8 by Automerger Merge Worker · 6 years ago
  83. e576ba8 Merge "(Backport) Pipe through featureId from caller to permission checks in telephony code" am: 0104ce5293 am: f5a037d685 by Automerger Merge Worker · 6 years ago
  84. 6c64897 Merge "Add addOnSubscriptionsChangedListener with an executor as a parameter" by Zongheng Wang · 6 years ago
  85. 0104ce5 Merge "(Backport) Pipe through featureId from caller to permission checks in telephony code" by Treehugger Robot · 6 years ago
  86. 0b7efca Merge "Handle 5G meteredness in telephony framework" into qt-qpr1-dev-plus-aosp by Sarah Chin · 6 years ago
  87. 1431ab2 Handle 5G meteredness in telephony framework by Sarah Chin · 6 years ago
  88. e8aa5ac Handle 5G meteredness in telephony framework by Sarah Chin · 6 years ago
  89. eeea33f Merge "[Telephony Mainline] Expose APIs in SubscriptionManager" by Peter Wang · 6 years ago
  90. 3e2fb95 Merge "[Telephony Mainline] Refactored ServiceManager calls" by Peter Wang · 6 years ago
  91. 06b07e9 (Backport) Pipe through featureId from caller to permission checks in telephony by Philip P. Moltmann · 6 years ago
  92. 4ece3db Expose setUiccApplicationsEnabled as @SystemApi for eSIM to call upon slot by Malcolm Chen · 6 years ago
  93. 2619a9b [Mainline] Make canManageSubscription(SubscriptionInfo, String) System API. by Malcolm Chen · 6 years ago
  94. d9eebca [Telephony Mainline] Refactored ServiceManager calls by Peter Wang · 6 years ago
  95. ff8dfe7 Expose getActiveSubscriptionInfoForIcc for Mainline by sqian · 6 years ago
  96. b086534 Expose getActiveSubscriptionInfoForIcc for Mainline by Shuo Qian · 6 years ago
  97. 74cb719 Use new UnsupportedAppUsage annotation. by Artur Satayev · 6 years ago
  98. 041a6d3 Do not use hidden HandlerExecutor by Sooraj Sasindran · 6 years ago
  99. 37916d6 [Telephony Mainline] Expose APIs in SubscriptionManager by Peter Wang · 6 years ago
  100. 5d39bd1 Add addOnSubscriptionsChangedListener with an executor as a parameter by Zongheng Wang · 6 years ago