/development/tools/external_crates/license_checker/src/ |
D | lib.rs | 137 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/ |
D | MainActivity.java | 72 CardStreamState state = mRetentionFragment.getCardStream(); in onCreate() local 92 CardStreamState state = getCardStream().dumpState(); in onSaveInstanceState() local
|
/development/samples/Obb/src/com/example/android/obbapp/ |
D | ObbMountActivity.java | 64 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/ |
D | UIAnimation.java | 195 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/ |
D | wdp_setup_component.ts | 76 @Input() state: ConnectionState | undefined; property in WdpSetupComponent
|
D | winscope_proxy_setup_component.ts | 143 @Input() state: ConnectionState | undefined; property in WinscopeProxySetupComponent
|
/development/samples/browseable/AutoBackupForApps/src/com.example.android.autobackupsample/ |
D | Utils.java | 30 String state = Environment.getExternalStorageState(); in isExternalStorageAvailable() local
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
D | PhotoTask.java | 182 void handleState(int state) { in handleState() 249 public void handleDownloadState(int state) { in handleDownloadState() 279 public void handleDecodeState(int state) { in handleDecodeState()
|
D | PhotoDecodeRunnable.java | 77 void handleDecodeState(int state); in handleDecodeState()
|
D | PhotoDownloadRunnable.java | 84 void handleDownloadState(int state); in handleDownloadState()
|
D | PhotoManager.java | 274 public void handleState(PhotoTask photoTask, int state) { in handleState()
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | GameControllerInput.java | 123 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/ |
D | StreamRetentionFragment.java | 32 public void storeCardStream(CardStreamState state) { in storeCardStream()
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
D | PlaylistItem.java | 54 public void setState(int state) { in setState() 116 String state[] = { in toString() local
|
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
D | WiFiDirectBroadcastReceiver.java | 62 int state = intent.getIntExtra(WifiP2pManager.EXTRA_WIFI_STATE, -1); in onReceive() local
|
/development/tools/motion/motion_test_watcher_app/src/model/ |
D | video-source.ts | 81 get state() { method in VideoSource
|
/development/tools/bugreport/src/com/android/bugreport/stacks/ |
D | ProcessSnapshotParser.java | 68 int state = STATE_INITIAL; in parse() local
|
/development/tools/bugreport/src/com/android/bugreport/monkey/ |
D | MonkeyLogParser.java | 83 int state = STATE_INITIAL; in extractAnrLines() local
|
/development/samples/browseable/AdvancedImmersiveMode/src/com.example.android.advancedimmersivemode/ |
D | AdvancedImmersiveModeFragment.java | 50 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle state) { in onCreateView()
|
/development/samples/browseable/RuntimePermissionsWear/Application/src/com.example.android.wearable.runtimepermissions/ |
D | IncomingRequestPhoneService.java | 171 String state = Environment.getExternalStorageState(); in isExternalStorageReadable() local
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/ |
D | Playback.java | 124 public void setState(int state) { in setState() 480 void onPlaybackStatusChanged(int state); in onPlaybackStatusChanged()
|
D | QueueFragment.java | 189 private void onPlaybackStateChanged(PlaybackState state) { in onPlaybackStateChanged()
|
/development/tools/winscope/src/viewers/common/ |
D | rects_presenter.ts | 91 for (const [id, state] of rectIdToShowState.entries()) { constant
|
/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/ |
D | NestedSharedElementDemo.kt | 65 val state = in NestedSharedElementDemo() constant
|
/development/tools/winscope/src/trace_collection/adb/ |
D | adb_device_connection.ts | 34 protected state = AdbDeviceState.OFFLINE; property in AdbDeviceConnection
|