Searched refs:querySystem (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/Messaging/src/android/support/v7/mms/ |
H A D | DefaultApnSettingsLoader.java | 298 cursor = querySystem(uri, true/*checkCurrent*/, apnName); in loadFromSystem() 302 cursor = querySystem(uri, false/*checkCurrent*/, apnName); in loadFromSystem() 306 cursor = querySystem(uri, true/*checkCurrent*/, null/*apnName*/); in loadFromSystem() 310 cursor = querySystem(uri, false/*checkCurrent*/, null/*apnName*/); in loadFromSystem() 345 private Cursor querySystem(final Uri uri, final boolean checkCurrent, String apnName) { in querySystem() method in DefaultApnSettingsLoader
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/ |
H A D | BugleApnSettingsLoader.java | 396 cursor = querySystem(uri, true/*checkCurrent*/, apnName); in loadFromSystem() 400 cursor = querySystem(uri, false/*checkCurrent*/, apnName); in loadFromSystem() 404 cursor = querySystem(uri, true/*checkCurrent*/, null/*apnName*/); in loadFromSystem() 408 cursor = querySystem(uri, false/*checkCurrent*/, null/*apnName*/); in loadFromSystem() 443 private Cursor querySystem(final Uri uri, final boolean checkCurrent, String apnName) { in querySystem() method in BugleApnSettingsLoader
|