Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 58) sorted by relevance

123

/development/tools/external_crates/license_checker/src/
Dlib.rs137 let mut state = LicenseState { in from() localVariable
288 let state = LicenseState::from( in basic() localVariable
312 let state = LicenseState::from(license_terms::apache_or_mit(), &vec![]); in unsatisfied() localVariable
321 let state = LicenseState::from( in unexpected() localVariable
345 let state = LicenseState::from( in name_preferred_to_content() localVariable
363 let state = LicenseState::from( in unknown_files_not_reported() localVariable
381 let state = LicenseState::from( in concatenated_licenses_not_reported_as_unexpected() localVariable
399 let state = LicenseState::from( in fuzzy_classifications_not_reported_as_unneeded_or_unexpected() localVariable
414 let state = LicenseState::from( in fuzzy_classifications_not_reported_as_unneeded_or_unexpected() localVariable
432 let state = LicenseState::from( in inexact_names_reported_as_unneeded_and_unexpected() localVariable
[all …]
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/
DMainActivity.java72 CardStreamState state = mRetentionFragment.getCardStream(); in onCreate() local
92 CardStreamState state = getCardStream().dumpState(); in onSaveInstanceState() local
/development/samples/Obb/src/com/example/android/obbapp/
DObbMountActivity.java64 ObbState state = (ObbState) getLastNonConfigurationInstance(); in onCreate() local
133 ObbState state = new ObbState(mSM, mStatus.getText(), mPath.getText()); in onRetainNonConfigurationInstance() local
/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
DUIAnimation.java195 UIState(int state) { in UIState()
199 static UIState getUIState(int state) { in getUIState()
210 void onUIStateChanged(UIState state); in onUIStateChanged()
/development/tools/winscope/src/app/components/
Dwdp_setup_component.ts76 @Input() state: ConnectionState | undefined; property in WdpSetupComponent
Dwinscope_proxy_setup_component.ts143 @Input() state: ConnectionState | undefined; property in WinscopeProxySetupComponent
/development/samples/browseable/AutoBackupForApps/src/com.example.android.autobackupsample/
DUtils.java30 String state = Environment.getExternalStorageState(); in isExternalStorageAvailable() local
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoTask.java182 void handleState(int state) { in handleState()
249 public void handleDownloadState(int state) { in handleDownloadState()
279 public void handleDecodeState(int state) { in handleDecodeState()
DPhotoDecodeRunnable.java77 void handleDecodeState(int state); in handleDecodeState()
DPhotoDownloadRunnable.java84 void handleDownloadState(int state); in handleDownloadState()
DPhotoManager.java274 public void handleState(PhotoTask photoTask, int state) { in handleState()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameControllerInput.java123 InputDeviceState state = getInputDeviceState(event.getDeviceId()); in dispatchKeyEvent() local
148 InputDeviceState state = getInputDeviceState(event.getDeviceId()); in dispatchGenericMotionEvent() local
157 InputDeviceState state = mInputDeviceStates.get(deviceId); in getInputDeviceState() local
173 InputDeviceState state = getInputDeviceState(deviceId); in onInputDeviceAdded() local
180 InputDeviceState state = mInputDeviceStates.get(deviceId); in onInputDeviceChanged() local
191 InputDeviceState state = mInputDeviceStates.get(deviceId); in onInputDeviceRemoved() local
375 public void show(InputDeviceState state) { in show()
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DStreamRetentionFragment.java32 public void storeCardStream(CardStreamState state) { in storeCardStream()
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DPlaylistItem.java54 public void setState(int state) { in setState()
116 String state[] = { in toString() local
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DWiFiDirectBroadcastReceiver.java62 int state = intent.getIntExtra(WifiP2pManager.EXTRA_WIFI_STATE, -1); in onReceive() local
/development/tools/motion/motion_test_watcher_app/src/model/
Dvideo-source.ts81 get state() { method in VideoSource
/development/tools/bugreport/src/com/android/bugreport/stacks/
DProcessSnapshotParser.java68 int state = STATE_INITIAL; in parse() local
/development/tools/bugreport/src/com/android/bugreport/monkey/
DMonkeyLogParser.java83 int state = STATE_INITIAL; in extractAnrLines() local
/development/samples/browseable/AdvancedImmersiveMode/src/com.example.android.advancedimmersivemode/
DAdvancedImmersiveModeFragment.java50 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle state) { in onCreateView()
/development/samples/browseable/RuntimePermissionsWear/Application/src/com.example.android.wearable.runtimepermissions/
DIncomingRequestPhoneService.java171 String state = Environment.getExternalStorageState(); in isExternalStorageReadable() local
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DPlayback.java124 public void setState(int state) { in setState()
480 void onPlaybackStatusChanged(int state); in onPlaybackStatusChanged()
DQueueFragment.java189 private void onPlaybackStateChanged(PlaybackState state) { in onPlaybackStateChanged()
/development/tools/winscope/src/viewers/common/
Drects_presenter.ts91 for (const [id, state] of rectIdToShowState.entries()) { constant
/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/
DNestedSharedElementDemo.kt65 val state = in NestedSharedElementDemo() constant
/development/tools/winscope/src/trace_collection/adb/
Dadb_device_connection.ts34 protected state = AdbDeviceState.OFFLINE; property in AdbDeviceConnection

123