Home
last modified time | relevance | path

Searched refs:ad (Results 1 – 4 of 4) sorted by relevance

/development/samples/training/ads-and-ux/src/com/example/training/ads/
DAdsCatalogActivity.java121 mAdView = (AdView) v.findViewById(R.id.ad); in onCreateView()
146 public void onDismissScreen(Ad ad) {} in onDismissScreen() argument
149 public void onFailedToReceiveAd(Ad ad, ErrorCode errorCode) { in onFailedToReceiveAd() argument
154 public void onLeaveApplication(Ad ad) {} in onLeaveApplication() argument
157 public void onPresentScreen(Ad ad) {} in onPresentScreen() argument
160 public void onReceiveAd(Ad ad) { mAdStatus.setText(""); } in onReceiveAd() argument
/development/samples/training/ads-and-ux/
DReadMe.txt1 This sample demonstrates the integration of an mobile ad SDK with your application. In this case,
/development/samples/Spinner/src/com/android/example/spinner/
DSpinnerActivity.java171 public myOnItemSelectedListener(Activity c, ArrayAdapter<CharSequence> ad) { in myOnItemSelectedListener() argument
174 this.mLocalAdapter = ad; in myOnItemSelectedListener()
/development/samples/ContactManager/src/com/example/android/contactmanager/
DContactAdder.java257 AuthenticatorDescription ad = getAuthenticatorDescription(systemAccountType, in onAccountsUpdated() local
259 AccountData data = new AccountData(a[i].name, ad); in onAccountsUpdated()