MCPcopy Create free account
hub / github.com/bttv-android/bttv / setContext

Method setContext

mod/app/src/main/java/bttv/Data.java:60–65  ·  view source on GitHub ↗
(Context ctx)

Source from the content-addressed store, hash-verified

58 }
59
60 public static void setContext(Context ctx) {
61 Data.ctx = ctx;
62 Log.i("LBTTVDataSetContext", "context now is " + ((Data.ctx == null) ? "null" : "not null"));
63 UpdaterJobService.schedule(ctx);
64 Badges.getBadges();
65 }
66}

Callers 2

testMethod · 0.95
testMethod · 0.95

Calls 3

iMethod · 0.95
scheduleMethod · 0.95
getBadgesMethod · 0.95

Tested by 2

testMethod · 0.76
testMethod · 0.76