Searched refs:ad (Results 1 – 4 of 4) sorted by relevance
121 mAdView = (AdView) v.findViewById(R.id.ad); in onCreateView()146 public void onDismissScreen(Ad ad) {} in onDismissScreen() argument149 public void onFailedToReceiveAd(Ad ad, ErrorCode errorCode) { in onFailedToReceiveAd() argument154 public void onLeaveApplication(Ad ad) {} in onLeaveApplication() argument157 public void onPresentScreen(Ad ad) {} in onPresentScreen() argument160 public void onReceiveAd(Ad ad) { mAdStatus.setText(""); } in onReceiveAd() argument
1 This sample demonstrates the integration of an mobile ad SDK with your application. In this case,
171 public myOnItemSelectedListener(Activity c, ArrayAdapter<CharSequence> ad) { in myOnItemSelectedListener() argument174 this.mLocalAdapter = ad; in myOnItemSelectedListener()
257 AuthenticatorDescription ad = getAuthenticatorDescription(systemAccountType, in onAccountsUpdated() local259 AccountData data = new AccountData(a[i].name, ad); in onAccountsUpdated()