/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/ |
D | CalendarQueryService.java | 260 data.putLong(ID, id); in toPutDataMapRequest() 261 data.putLong(EVENT_ID, eventId); in toPutDataMapRequest() 263 data.putLong(BEGIN, begin); in toPutDataMapRequest() 264 data.putLong(END, end); in toPutDataMapRequest()
|
/development/samples/Support4Demos/src/com/example/android/supportv4/media/model/ |
D | MusicProvider.java | 282 .putLong(MediaMetadataCompat.METADATA_KEY_DURATION, duration) in buildFromJSON() 286 .putLong(MediaMetadataCompat.METADATA_KEY_TRACK_NUMBER, trackNumber) in buildFromJSON() 287 .putLong(MediaMetadataCompat.METADATA_KEY_NUM_TRACKS, totalTrackCount) in buildFromJSON()
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/model/ |
D | MusicProvider.java | 283 .putLong(MediaMetadata.METADATA_KEY_DURATION, duration) in buildFromJSON() 287 .putLong(MediaMetadata.METADATA_KEY_TRACK_NUMBER, trackNumber) in buildFromJSON() 288 .putLong(MediaMetadata.METADATA_KEY_NUM_TRACKS, totalTrackCount) in buildFromJSON()
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeyActivityEvent.java | 64 args.putLong("alarmTime", mAlarmTime); in injectEvent()
|
/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/ |
D | Utils.java | 96 editor.putLong(PREFERENCES_LAT, Double.doubleToRawLongBits(location.latitude)); in storeLocation() 97 editor.putLong(PREFERENCES_LNG, Double.doubleToRawLongBits(location.longitude)); in storeLocation()
|
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/ |
D | NoteEdit.java | 66 bundle.putLong(NotesDbAdapter.KEY_ROWID, mRowId); in onCreate()
|
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/ |
D | NoteEdit.java | 66 bundle.putLong(NotesDbAdapter.KEY_ROWID, mRowId); in onCreate()
|
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/ |
D | SimpleGeofenceStore.java | 92 prefs.putLong(getGeofenceFieldKey(id, KEY_EXPIRATION_DURATION), in setGeofence()
|
/development/samples/Snake/src/com/example/android/snake/ |
D | SnakeView.java | 212 map.putLong("mMoveDelay", Long.valueOf(mMoveDelay)); in saveState() 213 map.putLong("mScore", Long.valueOf(mScore)); in saveState()
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
D | RemoteControlClientCompat.java | 241 public MetadataEditorCompat putLong(int key, long value) { in putLong() method in RemoteControlClientCompat.MetadataEditorCompat
|
D | MusicService.java | 473 .putLong(MediaMetadataRetriever.METADATA_KEY_DURATION, in playNextSong()
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | ChangedContacts.java | 149 editor.putLong(key, time); in saveLastTimestamp()
|
/development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/ |
D | WearableMainActivity.java | 416 .putLong(Constants.KEY_TIME, entry.calendar.getTimeInMillis()); in addLocationEntry()
|
/development/samples/browseable/DataLayer/Application/src/com.example.android.wearable.datalayer/ |
D | MainActivity.java | 332 dataMap.getDataMap().putLong("time", new Date().getTime()); in sendPhoto()
|
/development/apps/GestureBuilder/src/com/android/gesture/builder/ |
D | GestureBuilderActivity.java | 164 outState.putLong(GESTURES_INFO_ID, mCurrentRenameGesture.gesture.getID()); in onSaveInstanceState()
|
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/ |
D | UtilityService.java | 477 dataMap.getDataMap().putLong(Constants.EXTRA_TIMESTAMP, new Date().getTime()); in sendDataToWearable()
|
/development/samples/Vault/src/com/example/android/vault/ |
D | VaultProvider.java | 303 if (!prefs.edit().putLong(PREF_NEXT_ID, childDocId + 1).commit()) { in createDocument()
|
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
D | GuidedStepActivity.java | 507 arguments.putLong(FourthStepFragment.EXTRA_OPTION, mSelectedOption);
|
D | GuidedStepSupportActivity.java | 509 arguments.putLong(FourthStepFragment.EXTRA_OPTION, mSelectedOption);
|
/development/tools/checkstyle/ |
D | checkstyle.jar | META-INF/MANIFEST.MF
META-INF/
checkstyle_packages.xml
sun_checks.xml
com/
... |