/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
H A D | NetworkConfiguration.java | 47 public void save(WifiManager.ActionListener listener); method in interface:NetworkConfiguration
|
H A D | EthernetConfig.java | 52 public void save(WifiManager.ActionListener listener) { method in class:EthernetConfig
|
H A D | WifiConfig.java | 48 public void save(WifiManager.ActionListener listener) { method in class:WifiConfig 49 mWifiManager.save(mWifiConfiguration, listener);
|
H A D | EditIpSettingsActivity.java | 110 save(); 144 private void save() { method in class:EditIpSettingsActivity
|
H A D | EditProxySettingsActivity.java | 112 save(); 149 private void save() { method in class:EditProxySettingsActivity
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
H A D | AutoSendActivity.java | 70 private void sendOrSaveWithSanityChecks(final boolean save, final boolean showToast) { argument 75 save, showToast, false /* orientationChanged */, true /* autoSend */);
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
H A D | language_model_dict_content_global_counters.h | 48 bool save(FILE *const file) const { function in class:latinime::LanguageModelDictContentGlobalCounters
|
H A D | language_model_dict_content.cpp | 31 bool LanguageModelDictContent::save(FILE *const file) const { function in class:latinime::LanguageModelDictContent 32 return mTrieMap.save(file) && mGlobalCounters.save(file);
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
H A D | ImportantNoticeUtilsTests.java | 86 public void save() { method in class:ImportantNoticeUtilsTests.ImportantNoticePreferences 104 mImportantNoticePreferences.save();
|
/packages/services/Telephony/src/com/android/phone/settings/ |
H A D | VoicemailProviderSettingsUtil.java | 94 public static void save(Context context, String key, VoicemailProviderSettings newSettings) { method in class:VoicemailProviderSettingsUtil 97 if (DBG) log("save: Not saving setting for " + key + " since they have not changed");
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/ |
H A D | UserPresetsManager.java | 89 public void save(ImagePreset preset, String name) { method in class:UserPresetsManager
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | LogUtil.java | 236 public static void save(final int level, final String tag, final String msg) { method in class:LogUtil
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | FastScrollingIndexCache.java | 79 * However, in order to save memory, we store stringified keys and values in the cache. 216 save(); 239 save(); 262 * We concatenate all key+value pairs into one string and save it. 264 private void save() { method in class:FastScrollingIndexCache
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
H A D | ContactEditorBaseActivity.java | 159 * @param backPressed whether the save was initiated as a result of a back button press 162 boolean save(int saveMode, boolean backPressed); method in interface:ContactEditorBaseActivity.ContactEditor 211 // the save operation was completed. The activity should remain closed then.
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ |
H A D | IntentStore.java | 37 * Helper class to load/save resume information from Intents into a SharedPreferences. 107 public void save(Bundle data){ method in class:IntentStore
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
H A D | GLCanvas.java | 68 public abstract void save(); method in interface:GLCanvas 70 // Same as save(), but only save those specified in saveFlags. 71 public abstract void save(int saveFlags); method in interface:GLCanvas 78 // alpha, and clip). This call balances a previous call to save(), and is 80 // last save call.
|
H A D | GLES11Canvas.java | 762 public void save() { method in class:GLES11Canvas 763 save(SAVE_FLAG_ALL); 767 public void save(int saveFlags) { method in class:GLES11Canvas 881 save(); // save matrix and alpha
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
H A D | GLCanvas.java | 66 public abstract void save(); method in interface:GLCanvas 68 // Same as save(), but only save those specified in saveFlags. 69 public abstract void save(int saveFlags); method in interface:GLCanvas 76 // alpha, and clip). This call balances a previous call to save(), and is 78 // last save call.
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
H A D | trie_map.cpp | 112 bool TrieMap::save(FILE *const file) const { function in class:latinime::TrieMap
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
H A D | Policy.java | 178 public Uri save(Context context) { method in class:Policy 180 return super.save(context);
|
H A D | Account.java | 310 * Set the description. Be sure to call save() to commit to database. 325 * Set the Email address for this account. Be sure to call save() to commit to database. 340 * Set the sender's name. Be sure to call save() to commit to database. 365 * Set the minutes per check (for polling). Be sure to call save() to commit to database. 383 * Set the sync lookback window. Be sure to call save() to commit to database. 399 * Set the ping duration. Be sure to call save() to commit to database. 624 * @see com.android.email.provider.EmailContent#save(android.content.Context) 627 public Uri save(Context context) { method in class:Account 632 // possible, and (b) override (and throw) if anyone tries to call save() or update() 635 return super.save(contex [all...] |
/packages/apps/Email/provider_src/com/android/email/mail/store/ |
H A D | ImapFolder.java | 1210 * 'save' or 'update'). As an optimization, if a folder has not been modified, no 1213 void save(Context context) { method in class:ImapFolder 1216 mailbox.save(context);
|
/packages/apps/Browser/src/com/android/browser/ |
H A D | AddBookmarkPage.java | 259 } else if (save()) { 747 * Runnable to save a bookmark, so it can be performed in its own thread. 841 boolean save() { method in class:AddBookmarkPage 872 // can't save their bookmark. If it was null, we'll assume
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
H A D | ContactEditorBaseFragment.java | 203 * Intent extra to specify whether the save was initiated as a result of a back button press 756 // This supports the keyboard shortcut to save changes to a contact but shouldn't be visible 757 // because the custom action bar contains the "save" button now (not the overflow menu). 815 return save(SaveMode.CLOSE, /* backPressed =*/ true); 829 // Update state and save 853 // When this Fragment is closed we don't want it to auto-save 867 "Cannot perform the save action."); 872 save(SaveMode.SPLIT, /* backPressed =*/ false); 896 return save(SaveMode.JOIN, /* backPressed =*/ false); 928 public boolean save(in method in class:ContactEditorBaseFragment [all...] |
/packages/apps/Contacts/src/com/android/contacts/group/ |
H A D | GroupEditorFragment.java | 505 save(); 536 // When this Fragment is closed we don't want it to auto-save 573 public boolean save() { method in class:GroupEditorFragment 594 // If the activity is not there anymore, then we can't continue with the save process. 603 // Create the save intent to create the group and add members at the same time
|