Home
last modified time | relevance | path

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

123456

/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/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/TabCompat/src/com/example/android/tabcompat/lib/
DCompatTabHoneycomb.java87 ft.commit(); in onTabReselected()
95 ft.commit(); in onTabSelected()
103 ft.commit(); in onTabUnselected()
/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/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()
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
DCustomRestrictionsActivity.java41 new CustomRestrictionsFragment()).commit(); in onCreate()
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMainActivity.java31 .commit(); in onCreate()
/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
DCameraActivity.java31 .commit(); in onCreate()
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
DCameraActivity.java31 .commit(); in onCreate()
/development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/
DCameraActivity.java34 .commit(); in onCreate()
/development/samples/browseable/CardView/src/com.example.android.cardview/
DCardViewActivity.java34 .commit(); in onCreate()
/development/samples/browseable/DirectorySelection/src/com.example.android.directoryselection/
DDirectorySelectionActivity.java34 .commit(); in onCreate()
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/
DMainActivity.java34 .commit(); in onCreate()
/development/samples/browseable/AppUsageStatistics/src/com.example.android.appusagestatistics/
DAppUsageStatisticsActivity.java34 .commit(); in onCreate()
/development/tools/repo_pull/
Drepo_pull.py122 def __init__(self, project, fetch, commit_sha1, commit, change_list): argument
145 self.commit = commit
146 self.parents = commit['parents']
194 commit = value['commit']
207 project, fetch, commit_sha1, commit, change_list)
/development/samples/browseable/ScopedDirectoryAccess/src/com.example.android.scopeddirectoryaccess/
DMainActivity.java37 .commit(); in onCreate()
/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/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
DSettingsActivity.java31 new SettingsFragment()).commit(); in onCreate()
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
DSettingsActivity.java31 new SettingsFragment()).commit(); in onCreate()
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DCardFlipActivity.java65 .commit(); in onCreate()
143 .commit(); in flipCard()

123456