Searched refs:getBytesForBackup (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkPolicy.java205 public byte[] getBytesForBackup() throws IOException { method in class:NetworkPolicy
210 out.write(template.getBytesForBackup());
H A DNetworkTemplate.java475 public byte[] getBytesForBackup() throws IOException { method in class:NetworkTemplate
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java1256 return wifiManager.getWifiApConfiguration().getBytesForBackup();
1287 byte[] marshaledPolicy = policy.getBytesForBackup();
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java2064 public byte[] getBytesForBackup() throws IOException { method in class:WifiConfiguration

Completed in 195 milliseconds