Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 25 of 131) sorted by relevance

123456

/development/vndk/tools/header-checker/android/
Dupdate_clang-tools.sh65 commit () { function
69 git commit -a -t "/tmp/clang-tools-update.msg"
79 commit
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DMusicPlayerActivity.java35 .commit(); in onCreate()
47 .commit(); in onMediaItemSelected()
52 .commit(); in onMediaItemSelected()
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DMainActivity.java74 .commit(); in showSetupProfile()
80 .commit(); in showStatusProfile()
86 .commit(); in showMainFragment()
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
DCompatTabHoneycomb.java87 ft.commit(); in onTabReselected()
95 ft.commit(); in onTabSelected()
103 ft.commit(); in onTabUnselected()
DTabHelperEclair.java86 ft.commit(); in addTab()
120 ft.commit(); in onTabChanged()
/development/tools/repo_pull/
Drepo_pull.py86 def __init__(self, project, fetch, commit_sha1, commit, change_list): argument
109 self.commit = commit
110 self.parents = commit['parents']
162 commit = value['commit']
175 project, fetch, commit_sha1, commit, change_list)
/development/tools/repo_diff/service/repodiff/mappers/
Dcsv.go35 for i, commit := range commits {
36 cols := CommitEntityToCSVRow(commit)
/development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
DMainActivity.java46 .commit(); in showSetupProfile()
52 .commit(); in showMainFragment()
/development/samples/training/basic/FragmentBasics/src/com/example/fragments/
DMainActivity.java51 .add(R.id.fragment_container, firstFragment).commit(); in onCreate()
84 transaction.commit(); in onArticleSelected()
/development/samples/browseable/ActivityInstrumentation/src/com.example.android.activityinstrumentation/
DMainActivity.java101 mPrefs.edit().putInt(PREF_SPINNER_POS, position).commit(); in onCreate()
106 mPrefs.edit().remove(PREF_SPINNER_POS).commit(); in onCreate()
/development/tools/repo_diff/
Drepo_diff_trees.py352 for commit in commits:
353 author = git(['-C', path, 'show', '--no-patch', '--format=%ae', commit])
355 subject = git(['-C', path, 'show', '--no-patch', '--format=%s', commit])
358 'commit': commit,
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentStackFragment.java41 ft.add(R.id.simple_fragment, newFragment).commit(); in onCreate()
87 ft.commit(); in addFragmentToStack()
DFragmentMenuFragment.java65 ft.commit(); in onCreateView()
93 ft.commit(); in updateFragmentVisibility()
DFragmentMenu.java67 ft.commit(); in onCreate()
93 ft.commit(); in updateFragmentVisibility()
DFragmentRetainInstance.java46 new UiFragment()).commit(); in onCreate()
87 fm.beginTransaction().add(mWorkFragment, "work").commit(); in onActivityCreated()
DFragmentStack.java58 ft.add(R.id.simple_fragment, newFragment).commit(); in onCreate()
83 ft.commit(); in addFragmentToStack()
DFragmentCustomAnimations.java56 ft.add(R.id.simple_fragment, newFragment).commit(); in onCreate()
84 ft.commit(); in addFragmentToStack()
DFragmentLayout.java77 getFragmentManager().beginTransaction().add(android.R.id.content, details).commit(); in onCreate()
159 ft.commit(); in showDetails()
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/
DMainActivity.java55 transaction.commit(); in onCreate()
68 fm.beginTransaction().add(mRetentionFragment, RETENTION_TAG).commit(); in onCreate()
/development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
DPolicy.java85 editor.commit(); in saveToLocal()
164 prefs.edit().clear().commit(); in onDisabled()
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DCardFlipActivity.java65 .commit(); in onCreate()
143 .commit(); in flipCard()
/development/samples/training/threadsample/src/com/example/android/threadsample/
DDisplayActivity.java250 localFragmentTransaction.commit();
477 localFragmentTransaction2.commit();
516 localFragmentTransaction2.commit();
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/
DMainActivity.java244 .commit(); in showCameraPreview()
256 .commit(); in showContactDetails()
376 transaction.commit(); in onCreate()
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofenceStore.java97 prefs.commit(); in setGeofence()
110 prefs.commit(); in clearGeofence()
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DMainActivity.java87 .hide(getFragmentManager().findFragmentById(R.id.titles_frag)).commit(); in onCreate()
200 fm.beginTransaction().show(f).commit(); in toggleVisibleTitles()
225 fm.beginTransaction().hide(f).commit(); in toggleVisibleTitles()

123456