Searched defs:update (Results 26 - 50 of 124) sorted by relevance

12345

/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java77 * @return true when update request is correctly sent. False when the request fails,
100 * @see #update(Collection, Collection, String)
102 * @return true when update request is correctly sent. False when the request fails,
138 return update(contactIds, dataIds, DataUsageFeedback.USAGE_TYPE_LONG_TEXT);
150 * @see #update(Collection, Collection, String)
152 * @return true when update request is correctly sent. False when the request fails,
188 return update(contactIds, dataIds, DataUsageFeedback.USAGE_TYPE_SHORT_TEXT);
195 * @return true when one or more of update requests are correctly sent.
198 private boolean update(Collection<Long> contactIds, Collection<Long> dataIds, String type) { method in class:DataUsageStatUpdater
215 if (mResolver.update(ur
[all...]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxRanker.java81 public boolean update(final HashMap<String, Float> sample1, method in class:BordeauxRanker
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
H A DSampleProvider.java145 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SampleProvider
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCall.java134 update (CdmaConnection conn, DriverCall dc) { method in class:CdmaCall
163 * but no response has yet been received so update() has not yet been called
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCall.java135 update (GsmConnection conn, DriverCall dc) { method in class:GsmCall
164 * but no response has yet been received so update() has not yet been called
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DSqliteWrapper.java88 public static int update(Context context, ContentResolver resolver, Uri uri, method in class:SqliteWrapper
91 return resolver.update(uri, values, where, selectionArgs);
93 Log.e(TAG, "Catch a SQLiteException when update: ", e);
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DActivityOptionsCompatJB.java55 public void update(ActivityOptionsCompatJB otherOptions) { method in class:ActivityOptionsCompatJB
56 mActivityOptions.update(otherOptions.mActivityOptions);
/frameworks/base/core/java/android/text/
H A DAlteredCharSequence.java50 /* package */ void update(char[] sub, int substart, int subend) { method in class:AlteredCharSequence
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java40 // - listen for the next threshold time to update the view.
104 update();
107 void update() { method in class:DateTimeView
171 // Schedule the next update
173 // Currently showing the time, update at the later of twelve hours after or midnight.
178 // If the time is in the past, don't schedule an update
188 Log.d(TAG, "update needed for '" + time + "' at '" + new Date(mUpdateTimeMillis)
216 update();
227 // The update() function takes a few milliseconds to run because of
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalProvider.java130 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { method in class:LocalProvider
139 count = db.update("data", values, "_id=" + rowId, null);
144 "Cannot update URL: " + url);
/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProvider.java163 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { method in class:MemoryFileProvider
164 throw new UnsupportedOperationException("update not supported");
/frameworks/base/core/tests/coretests/src/android/text/
H A DDynamicLayoutBlocksTest.java63 private void update(int startLine, int endLine, int newLineCount) { method in class:DynamicLayoutBlocksTest
97 update(0, 0, 0);
100 update(0, 0, 1);
103 update(0, 0, 10);
110 update(0, 0, 0);
113 update(0, 10, 0);
116 update(0, 100, 0);
119 update(20, 30, 0);
122 update(20, 20, 0);
125 update(4
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardStatusView.java144 Patterns.update(mContext, nextAlarm != null);
223 static void update(Context context, boolean hasAlarm) { method in class:KeyguardStatusView.Patterns
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockMethodCache.java50 update(true /* updateAlways */);
82 private void update(boolean updateAlways) { method in class:UnlockMethodCache
109 update(false /* updateAlways */);
114 update(false /* updateAlways */);
119 update(false /* updateAlways */);
124 update(false /* updateAlways */);
129 update(false /* updateAlways */);
134 update(false /* updateAlways */);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPermissionMonitor.java51 * Does a mass update at boot and then monitors for app install/remove.
149 update(mUsers, mApps, true);
183 private void update(Set<Integer> users, Map<Integer, Boolean> apps, boolean add) { method in class:PermissionMonitor
214 update(users, mApps, true);
226 update(users, mApps, false);
248 update(mUsers, apps, true);
265 update(mUsers, apps, false);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerProvider.java122 public int update(Uri uri, ContentValues values, String selection, method in class:TrackerProvider
/frameworks/base/tests/UsageStatsTest/src/com/android/tests/usagestats/
H A DUsageLogActivity.java67 long lastEventTime = mAdapter.update(events);
78 public long update(UsageEvents results) { method in class:UsageLogActivity.Adapter
H A DUsageStatsActivity.java89 mAdapter.update(stats);
95 public void update(Map<String, UsageStats> stats) { method in class:UsageStatsActivity.Adapter
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContentProvider.java107 public int update(String callingPackage, Uri arg0, ContentValues arg1, String arg2, method in class:BridgeContentProvider
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py183 self.timer.add_callback(lambda: self.update())
263 def update(self): member in class:Plotter
454 plotter.update()
/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py118 self.timer.add_callback(lambda: self.update())
177 def update(self): member in class:Plotter
286 plotter.update()
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java81 * Add/update a device to the list. If the device is not found, a new device entry
86 public void update(WifiP2pDevice device) { method in class:WifiP2pDeviceList
207 deviceList.update((WifiP2pDevice)in.readParcelable(null));
/frameworks/ex/common/java/com/android/common/content/
H A DSQLiteContentProvider.java74 * The equivalent of the {@link #update} method, but invoked within a transaction.
148 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SQLiteContentProvider
H A DSyncStateContentProviderHelper.java28 * and implements query/insert/update/delete to access that table using the
95 public int update(SQLiteDatabase db, ContentValues values, method in class:SyncStateContentProviderHelper
97 return db.update(SYNC_STATE_TABLE, values, selection, selectionArgs);
100 public int update(SQLiteDatabase db, long rowId, Object data) { method in class:SyncStateContentProviderHelper
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java236 c.update(null, state);
268 update (ImsPhoneConnection conn, ImsCall imsCall, State state) { method in class:ImsPhoneCall

Completed in 6742 milliseconds

12345