Searched defs:getAutoPersisting (Results 1 - 2 of 2) sorted by path

/frameworks/base/services/core/java/com/android/server/
H A DMmsServiceBroker.java203 public boolean getAutoPersisting() throws RemoteException {
487 public boolean getAutoPersisting() throws RemoteException { method in class:MmsServiceBroker.BinderService
488 return getServiceGuarded().getAutoPersisting();
/frameworks/base/telephony/java/android/telephony/
H A DSmsManager.java1951 public boolean getAutoPersisting() { method in class:SmsManager
1955 return iMms.getAutoPersisting();

Completed in 107 milliseconds