Searched refs:updateContent (Results 1 – 12 of 12) sorted by relevance
101 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
117 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()
119 mFragment.updateContent(BluetoothAdapter.STATE_ON); in updateContent_stateOn_addDevices()131 mFragment.updateContent(BluetoothAdapter.STATE_ON); in onScanningStateChanged_restartScanAfterInitialScanning()
86 updateContent(bluetoothState); in onBluetoothStateChanged()156 updateContent(mBluetoothAdapter.getState()); in updateBluetooth()172 public void updateContent(int bluetoothState) { in updateContent() method in BluetoothDevicePairingDetailBase
137 public void updateContent(int bluetoothState) { in updateContent() method in BluetoothPairingDetail138 super.updateContent(bluetoothState); in updateContent()
186 public void updateContent(GLCanvas canvas) { in updateContent() method in UploadedTexture275 updateContent(canvas); in onBind()
81 t.updateContent(canvas); in upload()
190 next.updateContent(canvas); in uploadNextTile()
76 protected void updateContent(Cursor cursor) { in updateContent() method in LocalMediaItem
155 item.updateContent(cursor); in loadOrUpdateItem()
582 tile.updateContent(canvas); in uploadTiles()609 tile.updateContent(canvas); in drawTile()
577 tile.updateContent(canvas); in onGLIdle()602 tile.updateContent(canvas); in drawTile()