Searched refs:newState (Results 1 – 9 of 9) sorted by relevance
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
D | FileHelperExampleAgent.java | 78 ParcelFileDescriptor newState) throws IOException { in onBackup() argument 81 super.onBackup(oldState, data, newState); in onBackup() 91 ParcelFileDescriptor newState) throws IOException { in onRestore() argument 95 super.onRestore(data, appVersionCode, newState); in onRestore()
|
D | ExampleAgent.java | 87 ParcelFileDescriptor newState) throws IOException { in onBackup() argument 135 writeStateFile(newState); in onBackup() 209 ParcelFileDescriptor newState) throws IOException { in onRestore() argument 247 writeStateFile(newState); in onRestore()
|
D | MultiRecordExampleAgent.java | 63 ParcelFileDescriptor newState) throws IOException { in onBackup() argument 128 writeStateFile(newState); in onBackup() 161 ParcelFileDescriptor newState) throws IOException { in onRestore() argument 199 writeStateFile(newState); in onRestore()
|
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
D | HorizontalGridTestActivity.java | 55 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { 59 + (newState < stateNames.length ? stateNames[newState] : newState)); 61 mScrollState = newState;
|
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/ |
D | BluetoothHDPService.java | 238 BluetoothDevice device, int prevState, int newState, ParcelFileDescriptor fd, 242 prevState, newState)); 244 newState == BluetoothHealth.STATE_CHANNEL_CONNECTED) { 253 newState == BluetoothHealth.STATE_CHANNEL_DISCONNECTED) { 255 } else if (newState == BluetoothHealth.STATE_CHANNEL_DISCONNECTED) {
|
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/ |
D | BluetoothLeService.java | 73 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { 75 if (newState == BluetoothProfile.STATE_CONNECTED) { 84 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) {
|
/development/samples/Support7Demos/src/com/example/android/supportv7/app/ |
D | ActionBarWithDrawerLayout.java | 139 public void onDrawerStateChanged(int newState) { in onDrawerStateChanged() argument 140 mDrawerToggle.onDrawerStateChanged(newState); in onDrawerStateChanged()
|
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/ |
D | DrawerLayoutActivity.java | 177 public void onDrawerStateChanged(int newState) { in onDrawerStateChanged() argument 178 mDrawerToggle.onDrawerStateChanged(newState); in onDrawerStateChanged()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | LabelMaker.java | 363 private void checkState(int oldState, int newState) { in checkState() argument 367 mState = newState; in checkState()
|