Searched defs:update (Results 1 - 25 of 77) sorted by relevance

1234

/frameworks/base/core/java/android/webkit/
H A DZoomControlBase.java31 * Enables the control to update its state if necessary in response to a
35 public void update(); method in interface:ZoomControlBase
H A DZoomControlEmbedded.java66 public void update() { method in class:ZoomControlEmbedded
106 update();
116 update();
H A DZoomControlExternal.java65 public void update() { } method in class:ZoomControlExternal
/frameworks/base/core/java/android/view/
H A DGLES20Layer.java51 void update(int width, int height, boolean isOpaque) { method in class:GLES20Layer
52 super.update(width, height, isOpaque);
H A DGLES20TextureLayer.java90 void update(int width, int height, boolean isOpaque) { method in class:GLES20TextureLayer
91 super.update(width, height, isOpaque);
/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
H A DDisabledProvider.java51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:DisabledProvider
H A DEnabledProvider.java51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:EnabledProvider
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxClassifier.java78 public boolean update(final HashMap<Integer, Float> sample, int target) { method in class:BordeauxClassifier
H A DBordeauxRanker.java81 public boolean update(final HashMap<String, Float> sample1, method in class:BordeauxRanker
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dwb_syn_filt.cpp55 int16 update, (i) : 0=no update, 1=update of memory.
132 int16 update, /* (i) : 0=no update, 1=update of memory. */
213 if (update)
125 wb_syn_filt( int16 a[], int16 m, int16 x[], int16 y[], int16 lg, int16 mem[], int16 update, int16 y_buf[] ) argument
/frameworks/base/core/java/android/database/sqlite/
H A DSqliteWrapper.java76 public static int update(Context context, ContentResolver resolver, Uri uri, method in class:SqliteWrapper
79 return resolver.update(uri, values, where, selectionArgs);
81 Log.e(TAG, "Catch a SQLiteException when update: ", e);
/frameworks/base/core/java/android/net/http/
H A DHttpResponseCache.java277 @Override public void update(CacheResponse conditionalCacheHit, HttpURLConnection connection) { method in class:HttpResponseCache
278 delegate.update(conditionalCacheHit, connection);
/frameworks/base/core/java/android/provider/
H A DSyncStateContract.java121 public static void update(ContentProviderClient provider, Uri uri, byte[] data) method in class:SyncStateContract.Helpers
125 provider.update(uri, values, null, null);
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java42 // - listen for the next threshold time to update the view.
100 update();
103 void update() { method in class:DateTimeView
167 // Schedule the next update
169 // Currently showing the time, update at the later of twelve hours after or midnight.
174 // If the time is in the past, don't schedule an update
184 Log.d(TAG, "update needed for '" + time + "' at '" + new Date(mUpdateTimeMillis)
244 // The update() function takes a few milliseconds to run because of
252 update();
260 update();
[all...]
/frameworks/base/core/java/com/android/internal/content/
H A DSelectionBuilder.java113 * Execute update using the current internal state as {@code WHERE} clause.
115 public int update(SQLiteDatabase db, String table, ContentValues values) { method in class:SelectionBuilder
116 return db.update(table, values, getSelection(), getSelectionArgs());
/frameworks/base/core/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/base/core/tests/coretests/src/android/app/
H A DSuggestionProvider.java97 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { method in class:SuggestionProvider
98 throw new UnsupportedOperationException("update not supported");
/frameworks/base/services/java/com/android/server/
H A DDockObserver.java92 update();
120 update();
126 private final void update() { method in class:DockObserver
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaCall.java151 update (CdmaConnection conn, DriverCall dc) { method in class:CdmaCall
180 * but no response has yet been received so update() has not yet been called
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmCall.java147 update (GsmConnection conn, DriverCall dc) { method in class:GsmCall
176 * but no response has yet been received so update() has not yet been called
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
H A DFixVibrateSetting.java64 update();
84 update();
87 update();
90 update();
94 private void update() { method in class:FixVibrateSetting
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContentProvider.java101 public int update(Uri arg0, ContentValues arg1, String arg2, String[] arg3) method in class:BridgeContentProvider
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java71 public void update(WifiP2pDevice device) { method in class:WifiP2pDeviceList
161 deviceList.update((WifiP2pDevice)in.readParcelable(null));
/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/native/libs/utils/
H A DCallStack.cpp91 void CallStack::update(int32_t ignoreDepth, int32_t maxDepth) { function in class:android::CallStack

Completed in 5382 milliseconds

1234