Home
last modified time | relevance | path

Searched refs:updateContent (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/activeunlock/
DActiveUnlockContentListenerTest.java101 updateContent(newContent); in contentUpdated_contentUpdated()
112 updateContent("newContent"); in contentUpdated_unsubscribed_contentNotUpdated()
122 updateContent("temporaryContent"); in multipleContentUpdates_contentIsNewestValueAndUpdatedTwice()
124 updateContent(newContent); in multipleContentUpdates_contentIsNewestValueAndUpdatedTwice()
135 updateContent("newContent"); in duplicateContentUpdates_onContentChangedOnlyCalledOnce()
136 updateContent("newContent"); in duplicateContentUpdates_onContentChangedOnlyCalledOnce()
160 private void updateContent(String content) { in updateContent() method in ActiveUnlockContentListenerTest
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDevicePairingDetailBaseTest.java117 mFragment.updateContent(BluetoothAdapter.STATE_ON); in updateContent_stateOn()
125 mFragment.updateContent(BluetoothAdapter.STATE_OFF); in updateContent_stateOff_finish()
142 doNothing().when(mFragment).updateContent(anyInt()); in updateBluetooth_bluetoothOn_updateState()
146 verify(mFragment).updateContent(anyInt()); in updateBluetooth_bluetoothOn_updateState()
151 doNothing().when(mFragment).updateContent(anyInt()); in onBluetoothStateChanged_whenTurnedOnBTShowToast()
DBluetoothPairingDetailTest.java119 mFragment.updateContent(BluetoothAdapter.STATE_ON); in updateContent_stateOn_addDevices()
131 mFragment.updateContent(BluetoothAdapter.STATE_ON); in onScanningStateChanged_restartScanAfterInitialScanning()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDevicePairingDetailBase.java86 updateContent(bluetoothState); in onBluetoothStateChanged()
156 updateContent(mBluetoothAdapter.getState()); in updateBluetooth()
172 public void updateContent(int bluetoothState) { in updateContent() method in BluetoothDevicePairingDetailBase
DBluetoothPairingDetail.java137 public void updateContent(int bluetoothState) { in updateContent() method in BluetoothPairingDetail
138 super.updateContent(bluetoothState); in updateContent()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DUploadedTexture.java186 public void updateContent(GLCanvas canvas) { in updateContent() method in UploadedTexture
275 updateContent(canvas); in onBind()
DTextureUploader.java81 t.updateContent(canvas); in upload()
DTiledTexture.java190 next.updateContent(canvas); in uploadNextTile()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalMediaItem.java76 protected void updateContent(Cursor cursor) { in updateContent() method in LocalMediaItem
DLocalAlbum.java155 item.updateContent(cursor); in loadOrUpdateItem()
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageRenderer.java582 tile.updateContent(canvas); in uploadTiles()
609 tile.updateContent(canvas); in drawTile()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageView.java577 tile.updateContent(canvas); in onGLIdle()
602 tile.updateContent(canvas); in drawTile()