Searched defs:updateContent (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalMediaItem.java76 protected void updateContent(Cursor cursor) { method in class:LocalMediaItem
H A DMtpImage.java121 public void updateContent(MtpObjectInfo info) { method in class:MtpImage
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DUploadedTexture.java187 public void updateContent(GLCanvas canvas) { method in class:UploadedTexture
308 updateContent(canvas);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothSettings.java140 // any onDeviceAdded() callbacks before setting up view in updateContent()
151 updateContent(mLocalAdapter.getBluetoothState(), mActivityStarted);
238 private void updateContent(int bluetoothState, boolean scanState) { method in class:BluetoothSettings
336 updateContent(bluetoothState, true);
349 updateContent(mLocalAdapter.getBluetoothState(), false);

Completed in 111 milliseconds