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

  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
Partner.java 32 * Utilities to discover and interact with partner customizations. There can only be one set of
35 * Derived from com.android.launcher3/Partner.java
37 public class Partner {
38 private static final String TAG = "(SUW) Partner";
40 /** Marker action used to discover partner */
45 private static Partner sPartner;
48 * Convenience to get a drawable from partner overlay, or if not available, the drawable from
59 * Convenience to get a string from partner overlay, or if not available, the string from the
74 * @return a ResourceEntry in the partner overlay's resources, if one is defined. Otherwise the
80 final Partner partner = Partner.get(context) local
    [all...]
  /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 */
55 private static Partner sPartner;
58 * Find and return partner details, or {@code null} if none exists.
60 public static synchronized Partner get(PackageManager pm) {
64 sPartner = new Partner(apkInfo.first, apkInfo.second);
74 private Partner(String packageName, Resources res) {
88 int defaultLayout = getResources().getIdentifier(Partner.RES_DEFAULT_LAYOUT
    [all...]
DefaultLayoutParser.java 27 * Implements the layout parser with rules for internal layouts and partner layouts.
38 private static final String TAG_PARTNER_FOLDER = "partner-folder";
233 * A parser which adds a folder whose contents come from partner apk.
241 final Partner partner = Partner.get(mPackageManager); local
242 if (partner != null) {
243 final Resources partnerRes = partner.getResources();
244 final int resId = partnerRes.getIdentifier(Partner.RES_FOLDER,
245 "xml", partner.getPackageName())
    [all...]
InvariantDeviceProfile.java 155 // If the partner customization apk contains any grid overrides, apply them
229 * Apply any Partner customization grid overrides.
234 Partner p = Partner.get(context.getPackageManager());
LauncherProvider.java 346 * 3) From a partner configuration APK, already in the system image
362 final Partner partner = Partner.get(getContext().getPackageManager()); local
363 if (partner != null && partner.hasDefaultLayout()) {
364 final Resources partnerRes = partner.getResources();
365 int workspaceResId = partnerRes.getIdentifier(Partner.RES_DEFAULT_LAYOUT,
366 "xml", partner.getPackageName());
    [all...]
  /frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
PartnerTest.java 33 import com.android.setupwizardlib.util.Partner;
34 import com.android.setupwizardlib.util.Partner.ResourceEntry;
50 Partner.resetForTesting();
60 Partner partner = Partner.get(mTestContext); local
61 assertNotNull("Partner should not be null", partner);
68 Partner partner = Partner.get(mTestContext) local
79 Partner partner = Partner.get(mTestContext); local
    [all...]
  /art/compiler/dex/quick/
ralloc_util.cc 149 info->IsTemp(), info->InUse(), info->IsWide(), info->Partner().GetReg(), info->IsLive(),
181 if (info->GetReg().NotExactlyEquals(info->Partner())) {
182 ClobberBody(GetRegInfo(info->Partner()));
227 if (info->GetReg().NotExactlyEquals(info->Partner())) {
230 ClobberBody(GetRegInfo(info->Partner()));
349 // If the pair was associated with a wide value, unmark the partner as well.
351 RegisterInfo* partner = GetRegInfo(info->Partner()); local
352 DCHECK_EQ(info->GetReg().GetRegNum(), partner->Partner().GetRegNum())
378 RegisterInfo* partner = GetRegInfo(info->Partner()); local
937 RegisterInfo* partner = GetRegInfo(partner_reg); local
    [all...]
mir_to_lir-inl.h 36 if (p->GetReg().NotExactlyEquals(p->Partner())) {
38 p = GetRegInfo(p->Partner());
mir_to_lir.h 252 * would have wide_value==true (and additionally would have its partner field set to the
259 * will be true and partner==self. s_reg refers to the low-order word of the Dalvik
265 * meaning. If is_temp==true and live==true, wide_value, partner, dirty, s_reg, def_start
362 // If not wide, reset partner to self.
368 RegStorage Partner() { return partner_; }
369 void SetPartner(RegStorage partner) { partner_ = partner; }
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperPickerActivity.java 923 Partner partner = Partner.get(pm); local
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 2499 RegStorage partner = info->Partner(); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 319 milliseconds