HomeSort by relevance Sort by last modified time
    Searched defs:Partner (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
Partner.java 28 * Utilities to discover and interact with partner customizations. There can
32 public class Partner {
34 static final String TAG = "Launcher.Partner";
36 /** Marker action used to discover partner */
57 private static Partner sPartner;
60 * Find and return partner details, or {@code null} if none exists.
62 public static synchronized Partner get(PackageManager pm) {
66 sPartner = new Partner(apkInfo.first, apkInfo.second);
76 private Partner(String packageName, Resources res) {
90 int defaultLayout = getResources().getIdentifier(Partner.RES_DEFAULT_LAYOUT
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h 270 * would have wide_value==true (and additionally would have its partner field set to the
277 * will be true and partner==self. s_reg refers to the low-order word of the Dalvik
283 * meaning. If is_temp==true and live==true, wide_value, partner, dirty, s_reg, def_start
383 // If not wide, reset partner to self.
389 RegStorage Partner() { return partner_; }
390 void SetPartner(RegStorage partner) { partner_ = partner; }
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 437 milliseconds