Home
last modified time | relevance | path

Searched refs:getId (Results 1 – 25 of 53) sorted by relevance

123

/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
DItem.java41 if (item.getId() == id) { in getItem()
58 public int getId() { in getId() method in Item
DMainActivity.java67 intent.putExtra(DetailActivity.EXTRA_PARAM_ID, item.getId()); in onItemClick()
107 return getItem(position).getId(); in getItemId()
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DAddRssItem.java37 if(v.getId() == R.id.submit){
55 setResult(RESULT_CANCELED, (new Intent()).setAction("Canceled" + v.getId()));
DMyRssReader.java83 switch (item.getId()) { in onOptionsItemSelected()
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
DVoicemail.java34 public long getId(); in getId() method
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofence.java54 public String getId() { in getId() method in SimpleGeofence
/development/samples/USB/AdbTest/src/com/android/adb/
DAdbSocket.java34 public int getId() { in getId() method in AdbSocket
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DDetailsFragment.java70 if (action.getId() == ACTION_BUY) { in onCreate()
75 } else if (action.getId() == ACTION_RENT) { in onCreate()
81 } else if (action.getId() == ACTION_PLAY) { in onCreate()
/development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
DEnableProfileActivity.java58 switch (view.getId()) { in onClick()
DSetupProfileFragment.java58 switch (view.getId()) { in onClick()
/development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.floatingactionbuttonbasic/
DFloatingActionButtonBasicFragment.java56 switch (fabView.getId()){ in onCheckedChanged()
/development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/ui/
DLocationSettingActivity.java47 switch (view.getId()) { in onClick()
/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
DQuizReportActionService.java62 Wearable.MessageApi.sendMessage(googleApiClient, node.getId(), RESET_QUIZ_PATH, in onHandleIntent()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DActionBarDisplayOptions.java85 switch (v.getId()) { in onClick()
155 switch (parent.getId()) { in onItemSelected()
/development/apps/Development/src/com/android/development/
DAccountsTester.java207 if (R.id.accounts_tester_get_all_accounts == v.getId()) { in onClick()
209 } else if (R.id.accounts_tester_get_accounts_by_type == v.getId()) { in onClick()
212 } else if (R.id.accounts_tester_add_account == v.getId()) { in onClick()
227 } else if (R.id.accounts_tester_edit_properties == v.getId()) { in onClick()
232 } else if (R.id.accounts_tester_get_auth_token_by_type_and_feature == v.getId()) { in onClick()
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DAppRestrictionEnforcerFragment.java98 switch (view.getId()) { in onClick()
108 switch (compoundButton.getId()) { in onCheckedChanged()
DSetupProfileFragment.java59 switch (view.getId()) { in onClick()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DTransitions.java61 switch (view.getId()) { in selectScene()
/development/samples/browseable/CustomTransition/src/com.example.android.customtransition/
DCustomTransitionFragment.java84 switch (v.getId()) { in onClick()
/development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
DAppRestrictionSchemaFragment.java96 switch (view.getId()) { in onClick()
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/
DContentLoadingProgressBarActivity.java79 switch (v.getId()) { in onClick()
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DFragmentStackFragmentSupport.java72 fm.popBackStack(fm.getBackStackEntryAt(0).getId(), in onCreateView()
DFragmentStackSupport.java55 fm.popBackStack(fm.getBackStackEntryAt(0).getId(), in onCreate()
/development/samples/JetBoy/src/com/example/android/jetboy/
DJetBoy.java124 Log.d("JB VIEW", "unknown click " + v.getId()); in onClick()
/development/samples/browseable/DelayedConfirmation/Application/src/com.example.android.wearable.delayedconfirmation/
DMainActivity.java116 mGoogleApiClient, node.getId(), START_ACTIVITY_PATH, new byte[0]) in onStartWearableActivityClick()

123