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

/frameworks/base/services/core/java/com/android/server/
H A DMmsServiceBroker.java202 public boolean getAutoPersisting() throws RemoteException {
486 public boolean getAutoPersisting() throws RemoteException { method in class:MmsServiceBroker.BinderService
487 return getServiceGuarded().getAutoPersisting();
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsManager.java1554 public boolean getAutoPersisting() { method in class:SmsManager
1558 return iMms.getAutoPersisting();

Completed in 76 milliseconds