Searched refs:stub (Results 1 – 5 of 5) sorted by relevance
/development/samples/browseable/AlwaysOn/src/com.example.android.wearable.wear.alwayson/ |
D | MainActivity.java | 129 final WatchViewStub stub = (WatchViewStub) findViewById(R.id.watch_view_stub); in onCreate() local 130 stub.setOnLayoutInflatedListener(new WatchViewStub.OnLayoutInflatedListener() { in onCreate() 132 public void onLayoutInflated(WatchViewStub stub) { in onCreate() 134 mTimeTextView = (TextView) stub.findViewById(R.id.time); in onCreate() 135 mTimeStampTextView = (TextView) stub.findViewById(R.id.time_stamp); in onCreate() 136 mStateTextView = (TextView) stub.findViewById(R.id.state); in onCreate() 137 mUpdateRateTextView = (TextView) stub.findViewById(R.id.update_rate); in onCreate() 138 mDrawCountTextView = (TextView) stub.findViewById(R.id.draw_count); in onCreate()
|
/development/samples/browseable/WatchViewStub/src/com.example.android.google.wearable.watchviewstub/ |
D | MainActivity.java | 43 WatchViewStub stub = (WatchViewStub) findViewById(R.id.stub); in onCreate() local 44 stub.setOnLayoutInflatedListener(new WatchViewStub.OnLayoutInflatedListener() { in onCreate() 46 public void onLayoutInflated(WatchViewStub stub) { in onCreate()
|
/development/samples/browseable/RuntimePermissionsWear/Wearable/src/com.example.android.wearable.runtimepermissions/ |
D | MainWearActivity.java | 111 final WatchViewStub stub = (WatchViewStub) findViewById(R.id.watch_view_stub); in onCreate() local 112 stub.setOnLayoutInflatedListener(new WatchViewStub.OnLayoutInflatedListener() { in onCreate() 114 public void onLayoutInflated(WatchViewStub stub) { in onCreate() 117 (Button) stub.findViewById(R.id.wearBodySensorsPermissionButton); in onCreate() 125 (Button) stub.findViewById(R.id.phoneStoragePermissionButton); in onCreate() 127 mOutputTextView = (TextView) stub.findViewById(R.id.output); in onCreate()
|
/development/tools/mkstubs/ |
D | README.txt | 13 Each method body is replaced by the bytecode for 'throw new RuntimeException("stub");'.
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 407 …rdware/qcom/display,fake_yT8Q1PW8SjWkg3TsoHiaaQ@fakeemail.com,libqdutils: stub HDMI calls for 8909w 6205 …rm/system/core,fake_HinKPgKTRoitvI6TLsBGrA@fakeemail.com,Add LLNDK liblog stub library for the VNDK 6742 …961414,platform/system/core,fake_krB6aDA1SVGCN7Iw_sCKfA@fakeemail.com,Unversion NDK stub libraries. 7578 …rm/system/core,fake_HinKPgKTRoitvI6TLsBGrA@fakeemail.com,Add LLNDK liblog stub library for the VNDK 9096 …7QCHQa-S-DJKEj3juwfake_-pRe7HvfTh-7H5fXuvLrzQ@fakeemail.com,Add radio HAL stub to the build list; … 9126 …m/hardware/libhardware,fake_lp0jrQAOQGSc5ccP69wVvw@fakeemail.com,radio: fixes in stub FM radio HAL. 9263 …5,platform/hardware/libhardware,fake_lp0jrQAOQGSc5ccP69wVvw@fakeemail.com,stub radio HAL: fix defa… 9293 …rm/hardware/libhardware,fake_LKktTXbpSKG2uJi9AFZ7dg@fakeemail.com,Improve stub hal read and write … 9314 …eoLHjSvDIg@fakeemail.com,"Build audio.primary.default, audio.stub.default, audio_policy.stub with … 11332 …rm/frameworks/opt/telephony,fake_Ct_fEv-JS0mKpM2j9VzS8w@fakeemail.com,Add stub of avoidUnvalidated… [all …]
|